change how to submit the form to stop ff to hang, this fixes #13037
This commit is contained in:
parent
cea0ebbfb2
commit
cb14c4f89e
@ -120,7 +120,7 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
|
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
|
||||||
$(this).find("input,select").removeAttr('disabled');
|
$(this).find("input,select").removeAttr('disabled');
|
||||||
$(this).submit();
|
$("form#DiscussionSettingsEditForm").submit();
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user