mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10270] Added a comment to phpbb.loading_alert.
PHPBB3-10270
This commit is contained in:
parent
8adb626800
commit
1a8ec5d4fb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ phpbb.loading_alert = function() {
|
||||||
{
|
{
|
||||||
loading_alert.show();
|
loading_alert.show();
|
||||||
dark.fadeIn(phpbb.alert_time, function() {
|
dark.fadeIn(phpbb.alert_time, function() {
|
||||||
|
// Wait five seconds and display an error if nothing has been returned by then.
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
if (loading_alert.is(':visible'))
|
if (loading_alert.is(':visible'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue