mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +02:00
Merge branch '3.1.x'
This commit is contained in:
@ -306,6 +306,10 @@ phpbb.ajaxify = function(options) {
|
|||||||
alert = phpbb.alert(res.MESSAGE_TITLE, res.MESSAGE_TEXT);
|
alert = phpbb.alert(res.MESSAGE_TITLE, res.MESSAGE_TEXT);
|
||||||
} else {
|
} else {
|
||||||
$dark.fadeOut(phpbb.alertTime);
|
$dark.fadeOut(phpbb.alertTime);
|
||||||
|
|
||||||
|
if ($loadingIndicator) {
|
||||||
|
$loadingIndicator.fadeOut(phpbb.alertTime);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof phpbb.ajaxCallbacks[callback] === 'function') {
|
if (typeof phpbb.ajaxCallbacks[callback] === 'function') {
|
||||||
|
Reference in New Issue
Block a user