First restructure changes

This commit is contained in:
Verena Schulz
2025-12-17 16:42:02 +01:00
parent bbaab9cd21
commit b6bf178c48
3 changed files with 38 additions and 11 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ function showStep(stepNumber) {
return;
}
steps.forEach(step => step.style.display = "none");
document.getElementById("step" + stepNumber).style.display = "block";
document.getElementById("step" + stepNumber).style.display = "flex";
stepButtons.forEach(btn => btn.classList.remove("active"));
document.querySelector(`.step-item[data-step="${stepNumber}"]`).classList.add("active");