mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
parent
841c622085
commit
e285e84e18
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue