Skip to content

Commit

Permalink
em
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelUd committed Dec 9, 2023
1 parent ebf8cf3 commit 1177a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {isEscapeKey, isRightString} from './util.js';
const MAX_HASHTAG_LENGTH = 20;
const MAX_COMMENT_LENGTH = 140;
const MAX_HASHTAG_COUNT = 5;
const VALID_IMAGE_TYPES = ['image/gif', 'image/jpeg', 'image/png'];;
const VALID_IMAGE_TYPES = ['image/gif', 'image/jpeg', 'image/png'];

const uploadButton = document.querySelector('#upload-file');
const form = document.querySelector('.img-upload__form');
Expand Down

0 comments on commit 1177a04

Please sign in to comment.