à demain

This commit is contained in:
anto
2025-03-09 15:15:23 +01:00
parent 7bbafe906b
commit bfd77bc843
6 changed files with 337 additions and 170 deletions

View File

@@ -53,4 +53,4 @@ function getMeasurementsIdsFromForm(choice, firstInput, lastInput) {
// Convert the Set back to an array and sort it
return Array.from(measurementIds).sort((a, b) => a - b);
}
}
}