diff --git a/webapp/web/js/imageUpload/validateUpload.js b/webapp/web/js/imageUpload/validateUpload.js deleted file mode 100644 index d769d201a..000000000 --- a/webapp/web/js/imageUpload/validateUpload.js +++ /dev/null @@ -1,9 +0,0 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ - -function validate_upload_file(form_passed){ - - if (form_passed.datafile.value == "") { - alert ("Please browse and select a photo"); - return false; - } -}