mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
[Web UI] Massive increase in performance.
This commit is contained in:
parent
3864a7fdc6
commit
2db942e606
2 changed files with 8 additions and 1 deletions
|
@ -174,11 +174,11 @@ window.addEvent('load', function () {
|
|||
response['torrents'][key]['hash'] = key;
|
||||
myTable.updateRowData(response['torrents'][key]);
|
||||
}
|
||||
myTable.updateTable(full_update);
|
||||
if (response['torrents_removed'])
|
||||
response['torrents_removed'].each(function (hash) {
|
||||
myTable.removeRow(hash);
|
||||
});
|
||||
myTable.updateTable(full_update);
|
||||
myTable.altRow();
|
||||
if (response['server_state']) {
|
||||
var tmp = response['server_state'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue