mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Add explicit semicolon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user