Fix "Ctrl+A" in Web UI

This commit is contained in:
Christophe Dumez 2010-03-20 15:45:14 +00:00
parent 530fbfc9b4
commit 37b09e70b0

View file

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