Fix Ctrl+A in Web UI

This commit is contained in:
Christophe Dumez
2010-03-20 15:48:48 +00:00
parent 722f2aeb5d
commit 2f291daefa
2 changed files with 3 additions and 2 deletions

View File

@@ -358,7 +358,7 @@ var dynamicTable = new Class ({
if(!tr.hasClass('selected')) {
tr.addClass('selected');
}
});
}, this);
},
updateRow: function(id, row, status){