Making WordPress.org

Changeset 316


Ignore:
Timestamp:
01/24/2014 07:11:11 AM (11 years ago)
Author:
nacin
Message:

Trac: When CCs are disabled, remove the field in case the black magic plugin didn't.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r314 r316  
    658658                }
    659659                if ( content.hasClass( 'ticket' ) ) {
     660                    // Remove the CC field in case the BlackMagic plugin didn't.
     661                    $('#field-cc').parent().parent().prev().remove().end().remove();
    660662                    hide_cc_comments();
    661663                    content.on( 'wpTracPostPreview', hide_cc_comments );
Note: See TracChangeset for help on using the changeset viewer.