From 4b8dd9556fb26be68718bf1d9eacfd14f6151d96 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 19 Feb 2018 19:32:20 +0100 Subject: [PATCH] update comment --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 8488c8dd..88421787 100644 --- a/js/documents.js +++ b/js/documents.js @@ -503,7 +503,7 @@ var documentsMain = { documentsMain.canShare = typeof OC.Share !== 'undefined' && richdocuments_permissions & OC.PERMISSION_SHARE; - // fade out file list and show the cloudsuite + // fade out file list and show the document $('#content-wrapper').fadeOut('fast').promise().done(function() { documentsMain.fileId = richdocuments_fileId;