Update script.js
Browse files
script.js
CHANGED
|
@@ -211,7 +211,6 @@ function renderStepIndicators(containerId, currentStep, onClick) {
|
|
| 211 |
nextGroupBtn.addEventListener('click', () => onClick(groupEnd + 1));
|
| 212 |
container.appendChild(nextGroupBtn);
|
| 213 |
}
|
| 214 |
-
}
|
| 215 |
}
|
| 216 |
|
| 217 |
// Update UI
|
|
|
|
| 211 |
nextGroupBtn.addEventListener('click', () => onClick(groupEnd + 1));
|
| 212 |
container.appendChild(nextGroupBtn);
|
| 213 |
}
|
|
|
|
| 214 |
}
|
| 215 |
|
| 216 |
// Update UI
|