mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge PR #858 branch 'callumacrae/ticket/10947' into develop
* callumacrae/ticket/10947: [ticket/10947] Fixed quickmod autosubmit functionality.
This commit is contained in:
commit
f941a5cc2d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue