validateUpload.js is no longer used in Vitro, VIVO or vivoCornell
This commit is contained in:
parent
b0a5961f4d
commit
d93068bdfa
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue