Skip to content

Commit

Permalink
Обновил Проект
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaST47 committed Jan 10, 2025
1 parent 75fa499 commit 81e7eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { onScaleControlSmallerClick, onScaleControlBiggerClick, resetScale } fro
import { showSuccessMessage, showErrorMessage, hideMessage, onDocumentKeydown } from './messages.js';

const FILE_TYPES = ['jpg', 'jpeg', 'png'];

const form = document.querySelector('.img-upload__form');
const fileField = form.querySelector('.img-upload__input');
const overlay = form.querySelector('.img-upload__overlay');
Expand Down

0 comments on commit 81e7eb2

Please sign in to comment.