diff --git a/js/documents.js b/js/documents.js index 3c4f340b..93b71532 100644 --- a/js/documents.js +++ b/js/documents.js @@ -13,7 +13,7 @@ var documentsMain = { UI : { /* Overlay HTML */ - overlay : '
', + overlay : '
', /* Toolbar HTML */ toolbar : '
' + @@ -676,12 +676,12 @@ $(document).ready(function() { var file_upload_start = $('#file_upload_start'); if (typeof supportAjaxUploadWithProgress !== 'undefined' && supportAjaxUploadWithProgress()) { file_upload_start.on('fileuploadstart', function(e, data) { - $('#upload').addClass('icon icon-loading'); + $('#upload').addClass('icon-loading'); $('.add-document .upload').css({opacity:0}) }); } file_upload_start.on('fileuploaddone', function(){ - $('#upload').removeClass('icon icon-loading'); + $('#upload').removeClass('icon-loading'); $('.add-document .upload').css({opacity:0.7}) documentsMain.show(); }); diff --git a/templates/documents.php b/templates/documents.php index 5270700e..036b6263 100755 --- a/templates/documents.php +++ b/templates/documents.php @@ -1,7 +1,7 @@