1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

[ticket/10947] Fixed quickmod autosubmit functionality.

PHPBB3-10947
This commit is contained in:
Callum Macrae 2012-06-20 22:11:55 +01:00
parent ba21be88f5
commit d6d85dea12

View File

@ -106,6 +106,10 @@ phpbb.ajaxify({
}
});
$('#quick-mod-select').change(function () {
$('#quickmodform').submit();
});
})(jQuery); // Avoid conflicts with other libraries