mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 12:21:12 +00:00
Merge pull request #2150 from pmzqla/webui-fix
WebUI: Don't empty transfer list before updating it
This commit is contained in:
commit
d642ddc795
@ -126,7 +126,6 @@ var dynamicTable = new Class ({
|
||||
updateSort: function() {
|
||||
var trs = this.table.getChildren('tr');
|
||||
trs.sort(this.sortfunction);
|
||||
this.table.set('html', '');
|
||||
this.table.adopt(trs);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user