Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop

I haven't a clue what git is trying to do. I kind of miss svn at this point.
This commit is contained in:
tworrall 2012-11-16 16:02:47 -05:00
commit 11a83c4c1c
17 changed files with 35 additions and 278 deletions

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