Fix the licensing information on cropImage.js and validateUpload.js

This commit is contained in:
jeb228 2010-07-01 20:11:36 +00:00
parent 4917c10024
commit 28d5c6e672
3 changed files with 4 additions and 2 deletions

View file

@ -37,8 +37,6 @@ webapp/web/js/jquery.js
webapp/web/js/jquery-ui/*
webapp/web/js/jquery_plugins/*
webapp/web/js/imageUpload/cropImage.js
# From pajhome.org.uk
webapp/web/js/md5.js

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
(function($) {
$(window).load(function(){

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
function validate_upload_file(form_passed) {
var msg="";