mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
footer: drop redundant addAdvancedInfo() call (#3467)
This commit is contained in:
@@ -671,7 +671,6 @@ function initSettingsLevel() {
|
|||||||
elem.on("change", function () {
|
elem.on("change", function () {
|
||||||
localStorage.setItem("expert_settings", $(this).prop("checked") ? "true" : "false");
|
localStorage.setItem("expert_settings", $(this).prop("checked") ? "true" : "false");
|
||||||
applyExpertSettings();
|
applyExpertSettings();
|
||||||
addAdvancedInfo();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Apply settings level
|
// Apply settings level
|
||||||
|
|||||||
Reference in New Issue
Block a user