mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-24 16:21:20 +02:00
[ticket/10271] Improved the AJAXification of the quick-mod tools.
Instead of passing the querystring, now gets the value properly. PHPBB3-10271
This commit is contained in:
parent
81e357beef
commit
d1134f9a90
@ -62,7 +62,7 @@ $('[data-ajax]').each(function() {
|
||||
phpbb.ajaxify({
|
||||
selector: '#quickmodform',
|
||||
exception: function(act, data) {
|
||||
var action = phpbb.parse_querystring(data).action;
|
||||
var action = $('#quick-mod-select').val()
|
||||
if (action === 'make_normal')
|
||||
{
|
||||
return !($(this).find('select option[value="make_global"]').length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user