From 6e97ab1b7197f98c1ce5bf2a0c582585eecadde6 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 25 Feb 2016 20:48:19 +0100 Subject: remove comments count because it is not that relevant to show directly --- apps/comments/js/filesplugin.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/comments/js/filesplugin.js') diff --git a/apps/comments/js/filesplugin.js b/apps/comments/js/filesplugin.js index 084cfb41034..ec201d1d3f7 100644 --- a/apps/comments/js/filesplugin.js +++ b/apps/comments/js/filesplugin.js @@ -14,9 +14,8 @@ var TEMPLATE_COMMENTS_UNREAD = '' + '' + - '{{count}}' + ''; - + OCA.Comments = _.extend({}, OCA.Comments); if (!OCA.Comments) { /** @@ -122,4 +121,3 @@ })(); OC.Plugins.register('OCA.Files.FileList', OCA.Comments.FilesPlugin); - -- cgit v1.2.3