Ignore:
Timestamp:
Jun 24, 2012, 1:49:50 PM (12 years ago)
Author:
mistic100
Message:

improve anti-spam system (Piwigo 2.5 feature)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/template/admin_comments.tpl

    r14528 r15995  
    1616
    1717  jQuery(".checkComment").click(function(event) {
     18    var checkbox = jQuery(this).children("input[type=checkbox]");
    1819    if (event.target.type !== 'checkbox') {
    19       var checkbox = jQuery(this).children("input[type=checkbox]");
    2020      jQuery(checkbox).attr('checked', !jQuery(checkbox).is(':checked'));
    21       highlighComments();
    2221    }
     22    highlighComments();
    2323  });
    2424
     
    8383
    8484</form>
     85{else}
     86{'No pending comment'|@translate}
    8587{/if}
Note: See TracChangeset for help on using the changeset viewer.