1
0
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:
sledgehammer999 2014-11-09 23:02:32 +02:00
commit d642ddc795

View File

@ -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);
},