mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Add explicit semicolon
This commit is contained in:
parent
0577cf588c
commit
c34883f9af
5 changed files with 9 additions and 9 deletions
|
@ -582,7 +582,7 @@ window.addEvent('load', function() {
|
|||
torrentsTable.reselectRows(torrentsTableSelectedRows);
|
||||
}
|
||||
syncRequestInProgress = false;
|
||||
syncData(getSyncMainDataInterval())
|
||||
syncData(getSyncMainDataInterval());
|
||||
}
|
||||
});
|
||||
syncRequestInProgress = true;
|
||||
|
@ -599,7 +599,7 @@ window.addEvent('load', function() {
|
|||
clearTimeout(syncMainDataTimer);
|
||||
syncMainDataTimer = syncMainData.delay(delay);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const processServerState = function() {
|
||||
let transfer_info = window.qBittorrent.Misc.friendlyUnit(serverState.dl_info_speed, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue