Skip to content

Commit

Permalink
JS: Support rowaction on action-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 685b033 commit a932bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/icinga/behavior/actiontable.js
Expand Up @@ -417,7 +417,7 @@
var self = evt.data.self;

// initialize all rows with the correct link
$('table.action tr, table.action tr', container).each(function(idx, el) {
$('table.action tr, table.action-table tr', container).each(function(idx, el) {
var $a = $('a[href].rowaction', el).first();
if ($a.length) {
// TODO: Find out whether we leak memory on IE with this:
Expand Down

0 comments on commit a932bad

Please sign in to comment.