Changeset 245
- Timestamp:
- 01/09/2014 07:50:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r233 r245 370 370 }, 371 371 372 hide_cc_field: function() { 373 if ( $('#content').hasClass('query') ) { 374 $('table.trac-clause tr.actions option[value="cc"]').remove(); 375 $('#columns').find('input[type="checkbox"][name="col"][value="cc"]').parent().remove(); 376 } 377 }, 378 372 379 notifications: (function() { 373 380 var notifications, _endpoint, _ticket, star;
Note: See TracChangeset
for help on using the changeset viewer.