mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 22:20:53 +03:00
WebUI: Don't empty transfer list before updating it
This causes the list from disappearing in IE 10. No longer needed table rows are deleted anyway.
This commit is contained in:
parent
6d64f2430c
commit
09fde676ae
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…
Reference in a new issue