зеркало из https://github.com/nextcloud/server.git
make select all checkbox work again
This commit is contained in:
Родитель
6111ad4306
Коммит
4d1ff67cac
|
@ -33,10 +33,10 @@ $(document).ready(function() {
|
|||
|
||||
if($(this).attr('checked'))
|
||||
// Check all
|
||||
$('.browser input:checkbox').attr('checked', true);
|
||||
$('td.selection input:checkbox').attr('checked', true);
|
||||
else
|
||||
// Uncheck all
|
||||
$('.browser input:checkbox').attr('checked', false);
|
||||
$('td.selection input:checkbox').attr('checked', false);
|
||||
});
|
||||
|
||||
// Delete current file
|
||||
|
|
Загрузка…
Ссылка в новой задаче