summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 09:45:19 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 09:45:19 +0200
commite9f616b0a03e830ae3ec723a8eff511220810eca (patch)
treee5e4fe7567018872f312cd8642097cfe5f889c6e /apps/files
parent1a1c5aa3c09322f2c69f9ed39078f495c840ebd0 (diff)
parent0df04975b0f2a938b85c6443f76d44f4706c11c1 (diff)
downloadnextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.tar.gz
nextcloud-server-e9f616b0a03e830ae3ec723a8eff511220810eca.zip
Merge pull request #9391 from owncloud/design-mobile-share
Fix mobile share view glitches
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/filesummary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js
index 104dabf1b04..ca70259335c 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 = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td></td>');
+ var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td class="date"></td>');
if (!this.summary.totalFiles && !this.summary.totalDirs) {
this.$el.addClass('hidden');