Fix the licensing information on cropImage.js and validateUpload.js
This commit is contained in:
parent
4917c10024
commit
28d5c6e672
3 changed files with 4 additions and 2 deletions
|
@ -37,8 +37,6 @@ webapp/web/js/jquery.js
|
||||||
webapp/web/js/jquery-ui/*
|
webapp/web/js/jquery-ui/*
|
||||||
webapp/web/js/jquery_plugins/*
|
webapp/web/js/jquery_plugins/*
|
||||||
|
|
||||||
webapp/web/js/imageUpload/cropImage.js
|
|
||||||
|
|
||||||
# From pajhome.org.uk
|
# From pajhome.org.uk
|
||||||
webapp/web/js/md5.js
|
webapp/web/js/md5.js
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
(function($) {
|
(function($) {
|
||||||
|
|
||||||
$(window).load(function(){
|
$(window).load(function(){
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
function validate_upload_file(form_passed) {
|
function validate_upload_file(form_passed) {
|
||||||
|
|
||||||
var msg="";
|
var msg="";
|
||||||
|
|
Loading…
Add table
Reference in a new issue