From af75ecf9da9d66f9ef772d4482a7e79a960fd464 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 29 Mar 2012 18:17:46 +0200 Subject: make checkboxes on files page work with IE8 () --- files/js/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/js') diff --git a/files/js/files.js b/files/js/files.js index 539d5598899..df9f45a7af4 100644 --- a/files/js/files.js +++ b/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; -- cgit v1.2.3