[ticket/10270] Added a comment to phpbb.loading_alert.

PHPBB3-10270
This commit is contained in:
Callum Macrae 2011-10-15 18:07:06 +01:00 committed by Igor Wiedler
parent 8adb626800
commit 1a8ec5d4fb

View file

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