mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[feature/ajax] Refactor phpbb.ajaxify event callback
PHPBB3-10270
This commit is contained in:
@@ -73,7 +73,7 @@ $('[data-ajax]').each(function() {
|
||||
*/
|
||||
phpbb.ajaxify({
|
||||
selector: '#quickmodform',
|
||||
filter: function(act, data) {
|
||||
filter: function(data) {
|
||||
var action = $('#quick-mod-select').val();
|
||||
|
||||
if (action === 'make_normal')
|
||||
|
Reference in New Issue
Block a user