mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Fix "Ctrl+A" in Web UI
This commit is contained in:
parent
530fbfc9b4
commit
37b09e70b0
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue