From d6d85dea12a1206bf6f272c0aac0731ce5c69947 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Wed, 20 Jun 2012 22:11:55 +0100 Subject: [PATCH] [ticket/10947] Fixed quickmod autosubmit functionality. PHPBB3-10947 --- phpBB/styles/prosilver/template/ajax.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index 54f34e4204..fa31d3268f 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -106,6 +106,10 @@ phpbb.ajaxify({ } }); +$('#quick-mod-select').change(function () { + $('#quickmodform').submit(); +}); + })(jQuery); // Avoid conflicts with other libraries