Selection summary is now displayed properly

Fixes #5775
This commit is contained in:
Vincent Petry 2013-11-11 17:14:40 +01:00
parent 841c622085
commit e285e84e18

View file

@ -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');
}