Add explicit semicolon

This commit is contained in:
Chocobo1
2020-01-07 02:00:12 +08:00
parent 0577cf588c
commit c34883f9af
5 changed files with 9 additions and 9 deletions

View File

@@ -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);