mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -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() {
|
updateSort: function() {
|
||||||
var trs = this.table.getChildren('tr');
|
var trs = this.table.getChildren('tr');
|
||||||
trs.sort(this.sortfunction);
|
trs.sort(this.sortfunction);
|
||||||
this.table.set('html', '');
|
|
||||||
this.table.adopt(trs);
|
this.table.adopt(trs);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user