diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index da23ebea87..32722cb6bc 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -587,8 +587,6 @@ if (req.$target[0].id === 'col1') { self.icinga.behaviors.navigation.resetActive(); } - } else if ($(el).closest('table.action').length) { - $(el).closest('table.action').find('.active').removeClass('active'); } }); @@ -604,8 +602,6 @@ } // Interrupt .each, only on menu item shall be active return false; - } else if ($(el).closest('table.action').length) { - $el.addClass('active'); } }); }