Merge PR #858 branch 'callumacrae/ticket/10947' into develop

* callumacrae/ticket/10947:
  [ticket/10947] Fixed quickmod autosubmit functionality.
This commit is contained in:
Oleg Pudeyev 2012-11-06 12:00:39 -05:00
commit f941a5cc2d

View file

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