diff --git a/scripts/js/footer.js b/scripts/js/footer.js index c12830b2..c3b1382d 100644 --- a/scripts/js/footer.js +++ b/scripts/js/footer.js @@ -671,7 +671,6 @@ function initSettingsLevel() { elem.on("change", function () { localStorage.setItem("expert_settings", $(this).prop("checked") ? "true" : "false"); applyExpertSettings(); - addAdvancedInfo(); }); // Apply settings level