mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
make checkboxes on files page work with IE8 ()
This commit is contained in:
parent
e2fd0bbf02
commit
af75ecf9da
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue