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