feat: Translate result
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-07-31 19:51:28 +02:00
parent 6897db4bbf
commit bc7f32b57d
4 changed files with 5 additions and 3 deletions

View File

@@ -281,7 +281,6 @@ function update() {
const validator = new Validator();
const failed_checks = validator.cageCheck(dimensions, ratSlider.value, fullFloorNum.value);
let resultsDiv = document.getElementById("resultsDiv");
resultsDiv.innerHTML = `<strong>Ergebnis</strong>`;
const result = getResultFromChecks(failed_checks);