aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/script.js')
-rw-r--r--phpBB/styles/script.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/script.js b/phpBB/styles/script.js
index 16d64319d9..59fe7cf8e2 100644
--- a/phpBB/styles/script.js
+++ b/phpBB/styles/script.js
@@ -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')
{