From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- templates/content/js/jquery.ajaxfileupload.js | 195 -------------------------- 1 file changed, 195 deletions(-) delete mode 100644 templates/content/js/jquery.ajaxfileupload.js (limited to 'templates/content/js/jquery.ajaxfileupload.js') diff --git a/templates/content/js/jquery.ajaxfileupload.js b/templates/content/js/jquery.ajaxfileupload.js deleted file mode 100644 index 75292776..00000000 --- a/templates/content/js/jquery.ajaxfileupload.js +++ /dev/null @@ -1,195 +0,0 @@ -jQuery.extend({ - createUploadIframe: function(id, uri){ - //create frame - var frameId = 'jUploadFrame' + id; - if(window.ActiveXObject) { - var io = document.createElement('