webui(local): do not attach network event handlers

This commit is contained in:
Maxim Prokhorov
2025-04-04 17:12:20 +03:00
parent f08f86608f
commit 1697f0193f

View File

@@ -360,7 +360,10 @@ function init() {
variableListeners(listeners());
initConnection();
if (!MODULE_LOCAL) {
initConnection();
}
initSettings();
initPassword();
initWiFi();