Edgewall Software

Ticket #10992: t10992-r11483-1.patch

File t10992-r11483-1.patch, 1.3 KB (added by Ryan J Ollos <ryan.j.ollos@…>, 13 years ago)

Patch against r11483 of the trunk.

  • trac-trunk/trac/htdocs/js/query.js

     
    404404    // Add the click behavior for the group toggle.
    405405    $("input[name='batchmod_toggleGroup']").click(function() {
    406406      $("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);
    409409    });
     410
     411
     412
     413
     414
     415
     416
     417
     418
     419
     420
    410421
    411422    // At least one ticket must be selected to submit the batch.
    412423    $("form#batchmod_form").submit(function() {