mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Fix "Ctrl+A" in Web UI
This commit is contained in:
parent
530fbfc9b4
commit
37b09e70b0
@ -358,7 +358,7 @@ var dynamicTable = new Class ({
|
||||
if(!tr.hasClass('selected')) {
|
||||
tr.addClass('selected');
|
||||
}
|
||||
});
|
||||
}, this);
|
||||
},
|
||||
|
||||
updateRow: function(id, row, status){
|
||||
|
Loading…
Reference in New Issue
Block a user