validateUpload.js is no longer used in Vitro, VIVO or vivoCornell

This commit is contained in:
j2blake 2012-11-13 17:19:45 -05:00
parent b0a5961f4d
commit d93068bdfa

View file

@ -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;
}
}