1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +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();
updateProgressBar(targetStep);
} else if (isNext) {
submitData();
submitConfig();
}
updateWizardContent();
}