diff options
Diffstat (limited to 'apps/files/js/filesummary.js')
-rw-r--r-- | apps/files/js/filesummary.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js index c866ccb4ff5..202dd51cd4c 100644 --- a/apps/files/js/filesummary.js +++ b/apps/files/js/filesummary.js @@ -62,7 +62,7 @@ * Returns whether the given file info must be hidden * * @param {OC.Files.FileInfo} fileInfo file info - * + * * @return {boolean} true if the file is a hidden file, false otherwise */ _isHiddenFile: function(file) { @@ -266,7 +266,7 @@ } var $summary = $( - '<td>' + this._infoTemplate() + '</td>' + + '<td class="filesummary">'+ this._infoTemplate() + '</td>' + fileSize + '<td class="date"></td>' ); |