mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
f570f75958
commit
e1e1a535ee
@ -58,7 +58,7 @@
|
||||
// initialise the menu selected by the backend as active.
|
||||
var $menus = $('#menu li.active', e.target);
|
||||
if ($menus.length) {
|
||||
$menus.each(function () {
|
||||
$menus.each(function() {
|
||||
_this.setActive($(this));
|
||||
});
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user