[JS] Whitespace cleanup

This commit is contained in:
Hugo Sales 2020-08-07 02:06:03 +00:00 committed by Hugo Sales
parent 113c250c41
commit 0cddbc1783
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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;