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();
|
||||
updateVersionInfo();
|
||||
updateFtlInfo();
|
||||
checkBlocking();
|
||||
}
|
||||
|
||||
var ftlinfoTimer = null;
|
||||
@@ -569,7 +570,6 @@ $("#settings-level").on("change", function () {
|
||||
});
|
||||
|
||||
$(function () {
|
||||
checkBlocking();
|
||||
initSettingsLevel();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user