footer: drop redundant addAdvancedInfo() call (#3467)

This commit is contained in:
yubiuser
2025-05-18 20:38:01 +02:00
committed by GitHub

View File

@@ -671,7 +671,6 @@ function initSettingsLevel() {
elem.on("change", function () {
localStorage.setItem("expert_settings", $(this).prop("checked") ? "true" : "false");
applyExpertSettings();
addAdvancedInfo();
});
// Apply settings level