settings-advanced: remove unused code

There's no such button with id=save

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-13 18:31:03 +03:00
parent 04760b55c8
commit 3ddb41db79

View File

@@ -5,7 +5,7 @@
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
/* global utils:false, apiFailure: false, applyCheckboxRadioStyle: false, saveSettings:false */
/* global utils:false, apiFailure: false, applyCheckboxRadioStyle: false */
/* exported createDynamicConfigTabs */
"use strict";
@@ -336,10 +336,6 @@ function createDynamicConfigTabs() {
$("#advanced-settings-menu ul li:first-child").addClass("active");
$("#advanced-settings-tabs > div:first-child").addClass("active in");
$("button[id='save']").on("click", () => {
saveSettings();
});
applyCheckboxRadioStyle();
applyOnlyChanged();
})