diff --git a/public/javascripts/dropzone_custom.js b/public/javascripts/dropzone_custom.js index e238de0..a0eaf78 100644 --- a/public/javascripts/dropzone_custom.js +++ b/public/javascripts/dropzone_custom.js @@ -1,7 +1,6 @@ 'use strict'; document.addEventListener('DOMContentLoaded', () => { - // Get the template HTML and remove it from the doumenthe template HTML and remove it from the doument const previewNode = document.querySelector('.template'); previewNode.id = ''; previewNode.className = '';