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

remotes/origin/stable
Jakob Sack 14 years ago
commit 2fdf654f40
  1. 4
      files/js/files.js

@ -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…
Cancel
Save