make checkboxes on files page work with IE8 ()

This commit is contained in:
Arthur Schiwon 2012-03-29 18:17:46 +02:00
parent e2fd0bbf02
commit af75ecf9da
1 changed files with 1 additions and 1 deletions

View File

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