Ticket #10992: t10992-r11483-1.patch
| File t10992-r11483-1.patch, 1.3 KB (added by , 13 years ago) |
|---|
-
trac-trunk/trac/htdocs/js/query.js
404 404 // Add the click behavior for the group toggle. 405 405 $("input[name='batchmod_toggleGroup']").click(function() { 406 406 $("tr td.batchmod_selector input", 407 $(this). parents("table.listing tbody,table.listing thead").next())408 . attr("checked", this.checked);407 $(this).table.listing thead").next()) 408 .("checked", this.checked); 409 409 }); 410 411 412 413 414 415 416 417 418 419 420 410 421 411 422 // At least one ticket must be selected to submit the batch. 412 423 $("form#batchmod_form").submit(function() {
