JS: Support rowaction on action-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 18:05:49 +02:00
parent 685b033ba3
commit a932bad2dc
1 changed files with 1 additions and 1 deletions

View File

@ -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: