Skip to content

Commit

Permalink
JS: Remove unnecessary space in Navigation::onRendererd()
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent f570f75 commit e1e1a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/icinga/behavior/navigation.js
Expand Up @@ -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 {
Expand Down

0 comments on commit e1e1a53

Please sign in to comment.