diff --git a/public_html/js/Controls/FileDropper.js b/public_html/js/Controls/FileDropper.js index b46b93b6..c97fa19a 100644 --- a/public_html/js/Controls/FileDropper.js +++ b/public_html/js/Controls/FileDropper.js @@ -10,7 +10,7 @@ App.Controls.FileDropper = function($fileInput) { setNames: false, }; - var $dropDiv = jQuery(''); + var $dropDiv = jQuery(''); var allowMultiple = $fileInput.attr('multiple'); $dropDiv.html((allowMultiple ? 'Drop files here!' : 'Drop file here!') + '
Or just click on this box.'); $dropDiv.insertBefore($fileInput);