mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge branch 'ticket/13939' into prep-release-3.1.5
This commit is contained in:
commit
a50e2c0c47
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ phpbb.alert.open = function($alert) {
|
|||
$dark.fadeIn(phpbb.alertTime);
|
||||
}
|
||||
|
||||
if ($loadingIndicator.is(':visible')) {
|
||||
if ($loadingIndicator && $loadingIndicator.is(':visible')) {
|
||||
$loadingIndicator.fadeOut(phpbb.alertTime, function() {
|
||||
$dark.append($alert);
|
||||
$alert.fadeIn(phpbb.alertTime);
|
||||
|
|
Loading…
Add table
Reference in a new issue