From 20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 4 Aug 2009 23:25:57 -0400 Subject: included changes by Adolfo and Chaitanya and found temporary fix for languages --- templates/content/js/jquery.ajaxfileupload.js | 390 +++++++++++++------------- 1 file changed, 195 insertions(+), 195 deletions(-) (limited to 'templates/content/js/jquery.ajaxfileupload.js') diff --git a/templates/content/js/jquery.ajaxfileupload.js b/templates/content/js/jquery.ajaxfileupload.js index 106de906..75292776 100644 --- a/templates/content/js/jquery.ajaxfileupload.js +++ b/templates/content/js/jquery.ajaxfileupload.js @@ -1,195 +1,195 @@ -jQuery.extend({ - createUploadIframe: function(id, uri){ - //create frame - var frameId = 'jUploadFrame' + id; - if(window.ActiveXObject) { - var io = document.createElement('