Changeset 18064


Ignore:
Timestamp:
Sep 20, 2012, 5:17:38 PM (12 years ago)
Author:
mistic100
Message:

minor fix: comments where not correctly highlighted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/comments.tpl

    r13079 r18064  
    1414
    1515  jQuery(".checkComment").click(function(event) {
     16    var checkbox = jQuery(this).children("input[type=checkbox]");
    1617    if (event.target.type !== 'checkbox') {
    17       var checkbox = jQuery(this).children("input[type=checkbox]");
    1818      jQuery(checkbox).attr('checked', !jQuery(checkbox).is(':checked'));
    19       highlighComments();
    2019    }
     20    highlighComments();
    2121  });
    2222
Note: See TracChangeset for help on using the changeset viewer.