mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
685b033ba3
commit
a932bad2dc
@ -417,7 +417,7 @@
|
|||||||
var self = evt.data.self;
|
var self = evt.data.self;
|
||||||
|
|
||||||
// initialize all rows with the correct link
|
// 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();
|
var $a = $('a[href].rowaction', el).first();
|
||||||
if ($a.length) {
|
if ($a.length) {
|
||||||
// TODO: Find out whether we leak memory on IE with this:
|
// TODO: Find out whether we leak memory on IE with this:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user