mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Merge pull request #2150 from pmzqla/webui-fix
WebUI: Don't empty transfer list before updating it
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user