mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Do not check blocking status on login page
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -178,6 +178,7 @@ function updateInfo() {
|
|||||||
updateSensorsInfo();
|
updateSensorsInfo();
|
||||||
updateVersionInfo();
|
updateVersionInfo();
|
||||||
updateFtlInfo();
|
updateFtlInfo();
|
||||||
|
checkBlocking();
|
||||||
}
|
}
|
||||||
|
|
||||||
var ftlinfoTimer = null;
|
var ftlinfoTimer = null;
|
||||||
@@ -569,7 +570,6 @@ $("#settings-level").on("change", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
checkBlocking();
|
|
||||||
initSettingsLevel();
|
initSettingsLevel();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user