commit
01ac7058b5
@ -4,8 +4,8 @@ Changelog
|
|||||||
2.2.1 (unreleased)
|
2.2.1 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Submit form using other jquery selector so FF and Chrome don't crash
|
- Remove submitting the controlpanel form again after removing disabled tags
|
||||||
fixes #13037
|
fixes #13037 and #12357
|
||||||
[maartenkling]
|
[maartenkling]
|
||||||
|
|
||||||
- Remove inline styles, fixes #12399
|
- Remove inline styles, fixes #12399
|
||||||
|
@ -120,7 +120,6 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
|
$("form#DiscussionSettingsEditForm").bind("submit", function (e) {
|
||||||
$(this).find("input,select").removeAttr('disabled');
|
$(this).find("input,select").removeAttr('disabled');
|
||||||
$("form#DiscussionSettingsEditForm").submit();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user