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