From 415193f9ded06ba885e858877d8d8bb4b9e963e4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 15:01:57 +0100 Subject: [PATCH] Just a comment --- public/js/icinga/events.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/icinga/events.js b/public/js/icinga/events.js index 6eaeade06..bc9473317 100644 --- a/public/js/icinga/events.js +++ b/public/js/icinga/events.js @@ -201,7 +201,8 @@ // If link is hash tag... if (href === '#') { - // ...it may be a menu section without a dedicated link: + // ...it may be a menu section without a dedicated link. + // Switch the active menu item: if (isMenuLink) { $li = $a.closest('li'); $('#menu .active').removeClass('active');