diff --git a/lms/static/js/jquery.ajaxfileupload.js b/lms/static/js/jquery.ajaxfileupload.js index e588d3555a..496bb3d3c6 100644 --- a/lms/static/js/jquery.ajaxfileupload.js +++ b/lms/static/js/jquery.ajaxfileupload.js @@ -12,9 +12,9 @@ jQuery.extend({ }, createUploadIframe: function(id, uri){ //create frame - var frameId = 'jUploadFrame' + id; + var frameId = 'jUploadFrame' + id; if(window.ActiveXObject) { - var io = document.createElement('