Skip to content

Commit

Permalink
Fix selection lost after pushing refresh
Browse files Browse the repository at this point in the history
Remove old row action code that interfered with action table behavior.

refs #8623
  • Loading branch information
majentsch committed Jul 29, 2015
1 parent 2e8b742 commit ecdc03a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/js/icinga/loader.js
Expand Up @@ -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');
}
});

Expand All @@ -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');
}
});
}
Expand Down

0 comments on commit ecdc03a

Please sign in to comment.