1
0
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:
Callum Macrae
2011-08-24 16:39:25 +01:00
committed by Igor Wiedler
parent fc7cb6a70b
commit e7e09f8da2
3 changed files with 19 additions and 3 deletions

View File

@@ -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')
{