Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring
This commit is contained in:
commit
2fdf654f40
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue