remove the submitting completly, the form is submitted fine without and this fixes both #13037 and #12357
This commit is contained in:
@@ -120,7 +120,6 @@
|
||||
**********************************************************************/
|
||||
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
|
||||
$(this).find("input,select").removeAttr('disabled');
|
||||
$("form#DiscussionSettingsEditForm").submit();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user