mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
js: fix dashboard detection
This commit is contained in:
parent
2b8069c4ea
commit
251798ef3a
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
|
||||
fixTileLinksOnDashboard: function($container) {
|
||||
if ($container.closest('div.dashboard')) {
|
||||
if ($container.closest('div.dashboard').length) {
|
||||
$container.find('div.tiles').data('baseTarget', '_next');
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue