1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

config submit hotfix

This commit is contained in:
NoobishSVK
2024-11-06 21:50:17 +01:00
parent e45e89c663
commit d206c4a72b

View File

@@ -28,7 +28,7 @@ function navigateStep(isNext) {
targetStep.show(); targetStep.show();
updateProgressBar(targetStep); updateProgressBar(targetStep);
} else if (isNext) { } else if (isNext) {
submitData(); submitConfig();
} }
updateWizardContent(); updateWizardContent();
} }