diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-10-15 18:07:06 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:19 +0200 |
commit | 1a8ec5d4fba22943679562e630827d5eb04d9b56 (patch) | |
tree | 8de94661bea3092c727dbb4231094484c1c12482 /phpBB/assets | |
parent | 8adb626800b12991ab920cce77deea6fac085e83 (diff) | |
download | forums-1a8ec5d4fba22943679562e630827d5eb04d9b56.tar forums-1a8ec5d4fba22943679562e630827d5eb04d9b56.tar.gz forums-1a8ec5d4fba22943679562e630827d5eb04d9b56.tar.bz2 forums-1a8ec5d4fba22943679562e630827d5eb04d9b56.tar.xz forums-1a8ec5d4fba22943679562e630827d5eb04d9b56.zip |
[ticket/10270] Added a comment to phpbb.loading_alert.
PHPBB3-10270
Diffstat (limited to 'phpBB/assets')
-rw-r--r-- | phpBB/assets/javascript/core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index 47a1561119..82a85b151e 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -25,6 +25,7 @@ phpbb.loading_alert = function() { { loading_alert.show(); dark.fadeIn(phpbb.alert_time, function() { + // Wait five seconds and display an error if nothing has been returned by then. setTimeout(function() { if (loading_alert.is(':visible')) { |