shared view: remove whitespace glitch on right

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent ae195c99a1
commit 0a91c22ebb
  1. 2
      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');

Loading…
Cancel
Save