fuck the wizard too, what is he gonna do? magic?

This commit is contained in:
2026-07-02 13:45:55 +02:00
parent dc8ece6034
commit f84567425b
5 changed files with 1 additions and 634 deletions
-2
View File
@@ -15,8 +15,6 @@ function updateWizardContent() {
$('.btn-prev').toggle(visibleStepIndex !== 0);
$('.btn-next').text(visibleStepIndex === 4 ? 'Save' : 'Next');
visibleStepIndex === 3 && mapReload(); // What is this? Javascript?
}
function navigateStep(isNext) {