mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 05:06:37 +02:00
[ticket/10982] Allow setting dimming control overlay also as data-overlay
PHPBB3-10982
This commit is contained in:
@ -383,7 +383,7 @@ phpbb.ajaxify = function(options) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (overlay)
|
if (overlay && (!$this.attr('data-overlay') || $this.attr('data-overlay') == true))
|
||||||
{
|
{
|
||||||
phpbb.loading_alert();
|
phpbb.loading_alert();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user