mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 16:24:59 +00:00
Fix typo in 'uncheckAll' script for centers selection
This commit is contained in:
6
.changes/unreleased/Fixed-20250828-133152.yaml
Normal file
6
.changes/unreleased/Fixed-20250828-133152.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: Fix typo in 'uncheckAll' script for centers selection
|
||||
time: 2025-08-28T13:31:52.002855848+02:00
|
||||
custom:
|
||||
Issue: ""
|
||||
SchemaChange: No schema change
|
@@ -63,8 +63,7 @@
|
||||
|
||||
<script>
|
||||
const uncheckAll = () => {
|
||||
const allCenters = document.getElementsByName('centers[center][]');
|
||||
|
||||
const allCenters = document.getElementsByName('centers[centers][]');
|
||||
allCenters.forEach(checkbox => checkbox.checked = false)
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user