diff --git a/application/views/template.php b/application/views/template.php index 90ca0ea..b6543c3 100644 --- a/application/views/template.php +++ b/application/views/template.php @@ -55,41 +55,9 @@ - \ No newline at end of file diff --git a/js/jquery.upload-1.0.2.js b/js/jquery.upload-1.0.2.js deleted file mode 100644 index c09594d..0000000 --- a/js/jquery.upload-1.0.2.js +++ /dev/null @@ -1,133 +0,0 @@ -/* - * jQuery.upload v1.0.2 - * - * Copyright (c) 2010 lagos - * Dual licensed under the MIT and GPL licenses. - * - * http://lagoscript.org - */ -(function($) { - - var uuid = 0; - - $.fn.upload = function(url, data, callback, type) { - var self = this, inputs, checkbox, checked, - iframeName = 'jquery_upload' + ++uuid, - iframe = $('