Skip to content

Commit e755c61

Browse files
estelleteoli2003
andauthored
Update modules/filters.html
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
1 parent 9ad722b commit e755c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<script>
9494
const image = document.querySelector("img");
9595
const controls = document.querySelectorAll("input");
96-
let resetValues = new Array();
96+
const resetValues = new Array();
9797

9898
for (control of controls) {
9999
resetValues.push(control.value);

0 commit comments

Comments
 (0)