This commit is contained in:
NoobishSVK
2024-08-01 20:13:21 +02:00
2 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ function checkEs() {
if (now - esSwitchCache.lastCheck < esFetchInterval) {
esSwitch = esSwitchCache.esSwitch;
} else {
} else if (serverConfig.identification.lat > 20) {
esSwitchCache.lastCheck = now;
fetch(url)
.then(response => response.json())