mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue