Ticket #15051: check_all_checkboxes.diff
File check_all_checkboxes.diff, 451 bytes (added by , 15 years ago) |
---|
-
common.dev.js
256 256 return true; 257 257 }); 258 258 259 $('thead, tfoot').find(' :checkbox').click( function(e) {259 $('thead, tfoot').find('.check-column').find(':checkbox').click( function(e) { 260 260 var c = $(this).attr('checked'), 261 261 kbtoggle = 'undefined' == typeof toggleWithKeyboard ? false : toggleWithKeyboard, 262 262 toggle = e.shiftKey || kbtoggle;