diff --git a/picture.html b/picture.html index 72f28b6..c3dcd56 100644 --- a/picture.html +++ b/picture.html @@ -19,7 +19,7 @@ const picture = document.getElementById('photo1'); const picture1 = document.getElementById('decide'); -picture.addEcentListener('change', event => (){ +picture.addEcentListener('change', event => { const file = picture.files[0]; if (file){