diff --git a/src/utils/ajaxfileupload.js b/src/utils/ajaxfileupload.js index 305dc9d..08ec5b3 100644 --- a/src/utils/ajaxfileupload.js +++ b/src/utils/ajaxfileupload.js @@ -4,7 +4,6 @@ jQuery.extend({ if (s.error) { s.error.call(s.context || s, xhr, status, e); } - // Fire the global callback if (s.global) { (s.context ? jQuery(s.context) : jQuery.event).trigger("ajaxError", [xhr, s, e]); @@ -13,17 +12,14 @@ jQuery.extend({ createUploadIframe: function (id, uri) { //create frame var frameId = 'jUploadFrame' + id; - if (window.ActiveXObject) { var io = document.createElement('