mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10270] Added a comment to phpbb.loading_alert.
PHPBB3-10270
This commit is contained in:
committed by
Igor Wiedler
parent
8adb626800
commit
1a8ec5d4fb
@@ -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'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user