From 7a1524aa53eb348cdbe57a51154dd8e4e7d9c8bd Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 21 Nov 2011 00:23:16 -0500 Subject: [PATCH] jquery.upload library is subpar; don't use it. --- application/views/template.php | 32 -------- js/jquery.upload-1.0.2.js | 133 --------------------------------- 2 files changed, 165 deletions(-) delete mode 100644 js/jquery.upload-1.0.2.js 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 = $('