[JS] Whitespace cleanup

This commit is contained in:
Hugo Sales 2020-08-07 02:06:03 +00:00 committed by Hugo Sales
parent 480904a4e3
commit 04258b6072
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function getRoundedCanvas(sourceCanvas) {
var input = document.getElementById('form_avatar')
var container = document.getElementById('img-container')
var cropImage = document.getElementById('img-cropped')
var cropped = document.getElementById('form_hidden')
var cropped = document.getElementById('form_hidden')
input.addEventListener('change', function (e) {
if (!input.files || !input.files[0]) return;