mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00: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
@ -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 New Issue
Block a user