From 0a91c22ebb134cb7a865053db5cf1e56a697e64f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 2 Jul 2014 23:14:21 +0200 Subject: [PATCH] shared view: remove whitespace glitch on right --- apps/files/js/filesummary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js index 104dabf1b0..ca70259335 100644 --- a/apps/files/js/filesummary.js +++ b/apps/files/js/filesummary.js @@ -181,7 +181,7 @@ var info = t('files', '{dirs} and {files}', infoVars); - var $summary = $(''+info+''+fileSize+''); + var $summary = $(''+info+''+fileSize+''); if (!this.summary.totalFiles && !this.summary.totalDirs) { this.$el.addClass('hidden');