Skip to content
Snippets Groups Projects
Commit 2fdf654f authored by Jakob Sack's avatar Jakob Sack
Browse files

Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring

parents 3be15b1d 4d1ff67c
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment