Selection summary is now displayed properly

Fixes #5775
remotes/origin/stable6
Vincent Petry 13 years ago
parent 841c622085
commit e285e84e18
  1. 2
      apps/files/js/files.js

@ -636,7 +636,7 @@ function procesSelection() {
if (selectedFiles.length>0) {
selection += n('files', '%n file', '%n files', selectedFiles.length);
}
$('#headerName>span.name').text(selection);
$('#headerName span.name').text(selection);
$('#modified').text('');
$('table').addClass('multiselect');
}

Loading…
Cancel
Save