mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/10272] AJAXified the bots page in the ACP.
PHPBB3-10272
This commit is contained in:
committed by
Igor Wiedler
parent
fc7cb6a70b
commit
e7e09f8da2
@@ -228,6 +228,10 @@ phpbb.ajaxify = function(options, refresh, callback) {
|
||||
{
|
||||
var alert = phpbb.alert(res.MESSAGE_TITLE, res.MESSAGE_TEXT);
|
||||
}
|
||||
else
|
||||
{
|
||||
dark.fadeOut();
|
||||
}
|
||||
|
||||
if (typeof phpbb.ajax_callbacks[callback] === 'function')
|
||||
{
|
||||
@@ -249,6 +253,10 @@ phpbb.ajaxify = function(options, refresh, callback) {
|
||||
{
|
||||
var alert = phpbb.alert(res.MESSAGE_TITLE, res.MESSAGE_TEXT);
|
||||
}
|
||||
else
|
||||
{
|
||||
dark.fadeOut();
|
||||
}
|
||||
|
||||
if (typeof phpbb.ajax_callbacks[callback] === 'function')
|
||||
{
|
||||
|
Reference in New Issue
Block a user