⚙ Settings #779

This commit is contained in:
jokob-sk
2024-09-06 07:59:35 +10:00
parent 8c0da1d0df
commit 43aa40efbb
7 changed files with 56 additions and 40 deletions

View File

@@ -552,7 +552,7 @@ $settingsJSON_DB = json_encode($settings, JSON_HEX_TAG | JSON_HEX_AMP | JSON_HEX
});
// EVENTS
// process events (e.g. run ascan, or test a notification) if associated with the setting
// process events (e.g. run a scan, or test a notification) if associated with the setting
let eventsHtml = "";
const eventsList = createArray(set['Events']);
@@ -591,6 +591,8 @@ $settingsJSON_DB = json_encode($settings, JSON_HEX_TAG | JSON_HEX_AMP | JSON_HEX
}, 50);
setupSmoothScrolling()
// try to initialize select2
initSelect2()
hideSpinner()
}