make checkboxes on files page work with IE8 ()

remotes/origin/stable4
Arthur Schiwon 14 years ago
parent e2fd0bbf02
commit af75ecf9da
  1. 2
      files/js/files.js

@ -98,7 +98,7 @@ $(document).ready(function() {
procesSelection();
});
$('td.filename input:checkbox').live('click',function(event) {
$('td.filename input:checkbox').live('change',function(event) {
if (event.shiftKey) {
var last = $(lastChecked).parent().parent().prevAll().length;
var first = $(this).parent().parent().prevAll().length;

Loading…
Cancel
Save