1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00

[ticket/10982] Allow setting dimming control overlay also as data-overlay

PHPBB3-10982
This commit is contained in:
Joas Schilling
2012-07-11 14:53:50 +02:00
parent 348d9b8829
commit 95298de5ae

View File

@ -383,7 +383,7 @@ phpbb.ajaxify = function(options) {
return;
}
if (overlay)
if (overlay && (!$this.attr('data-overlay') || $this.attr('data-overlay') == true))
{
phpbb.loading_alert();
}