We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
action
1 parent 0c1aa10 commit 358b19dCopy full SHA for 358b19d
test/public/test/settings.js
@@ -47,7 +47,7 @@ $(document).bind('submit', function(e) {
47
iframe = $('<iframe name="' + name + '" />'),
48
targetInput = '<input name="_target" value="' + form.attr('target') + '" type="hidden" />';
49
50
- if (action.indexOf('iframe') < 0) form.attr('action', action + '?iframe=true')
+ if (action && action.indexOf('iframe') < 0) form.attr('action', action + '?iframe=true')
51
form.attr('target', name).append(targetInput);
52
$('#qunit-fixture').append(iframe);
53
$.event.trigger('iframe:loading', form);
0 commit comments