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

This commit is contained in:
Jakob Sack 2011-04-18 12:40:35 +02:00
commit 2fdf654f40
1 changed files with 2 additions and 2 deletions

View File

@ -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