mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Fix "Ctrl+A" in Web UI
This commit is contained in:
@@ -358,7 +358,7 @@ var dynamicTable = new Class ({
|
||||
if(!tr.hasClass('selected')) {
|
||||
tr.addClass('selected');
|
||||
}
|
||||
});
|
||||
}, this);
|
||||
},
|
||||
|
||||
updateRow: function(id, row, status){
|
||||
|
||||
Reference in New Issue
Block a user