aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-06 12:00:39 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-06 12:00:39 -0500
commitf941a5cc2dc1df16244c8d9495ee56e0d043468e (patch)
treebc2c09f8c2f45d1a5bad061911500bef5eabbc81 /phpBB/styles
parent44ff9d020fd218cbdb2f07a0d7f85a630367e3c2 (diff)
parentd6d85dea12a1206bf6f272c0aac0731ce5c69947 (diff)
downloadforums-f941a5cc2dc1df16244c8d9495ee56e0d043468e.tar
forums-f941a5cc2dc1df16244c8d9495ee56e0d043468e.tar.gz
forums-f941a5cc2dc1df16244c8d9495ee56e0d043468e.tar.bz2
forums-f941a5cc2dc1df16244c8d9495ee56e0d043468e.tar.xz
forums-f941a5cc2dc1df16244c8d9495ee56e0d043468e.zip
Merge PR #858 branch 'callumacrae/ticket/10947' into develop
* callumacrae/ticket/10947: [ticket/10947] Fixed quickmod autosubmit functionality.
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js4
1 files changed, 4 insertions, 0 deletions
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