mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
685b033ba3
commit
a932bad2dc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user