X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fcrayons%2Fjs%2Fjquery.html5uploader.min.js;fp=www%2Fplugins%2Fcrayons%2Fjs%2Fjquery.html5uploader.min.js;h=0000000000000000000000000000000000000000;hb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;hp=3e1869818ecd85fa23e000d0fb17980f6f08251e;hpb=d24ea3eed933e1a140e426c8c4dd395f2e7b0279;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/crayons/js/jquery.html5uploader.min.js b/www/plugins/crayons/js/jquery.html5uploader.min.js deleted file mode 100644 index 3e186981..00000000 --- a/www/plugins/crayons/js/jquery.html5uploader.min.js +++ /dev/null @@ -1,17 +0,0 @@ -/*! -* jQuery HTML5 Uploader 1.0b -* -* http://www.igloolab.com/jquery-html5-uploader -*/ -(function($){$.fn.html5Uploader=function(options){var crlf='\r\n';var boundary="iloveigloo";var dashes="--";var settings={"name":"uploadedFile","postUrl":"Upload.aspx","onClientAbort":null,"onClientError":null,"onClientLoad":null,"onClientLoadEnd":null,"onClientLoadStart":null,"onClientProgress":null,"onServerAbort":null,"onServerError":null,"onServerLoad":null,"onServerLoadStart":null,"onServerProgress":null,"onServerReadyStateChange":null};if(options){$.extend(settings,options);} -return this.each(function(options){var $this=$(this);if($this.is("[type='file']")){$this -.bind("change",function(){var files=this.files;for(var i=0;i