remove the submitting completly, the form is submitted fine without and this fixes both #13037 and #12357

This commit is contained in:
maartenkling
2012-10-26 11:12:44 +02:00
parent f8bf11dc31
commit 62b0b47b56
2 changed files with 2 additions and 3 deletions
@@ -120,7 +120,6 @@
**********************************************************************/
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
$(this).find("input,select").removeAttr('disabled');
$("form#DiscussionSettingsEditForm").submit();
});
});