Changeset 233
- Timestamp:
- 01/08/2014 07:10:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r225 r233 384 384 385 385 current_star = notifications.hasClass('subscribed') ? 'filled' : 'empty'; 386 $('#ticket.trac-content > h2').prepend( '<div class="ticket-star dashicons dashicons-star-' + current_star + '" ></div>' );386 $('#ticket.trac-content > h2').prepend( '<div class="ticket-star dashicons dashicons-star-' + current_star + '" title="Watch/unwatch this ticket"></div>' ); 387 387 star = $('.ticket-star'); 388 388 star.click( function() {
Note: See TracChangeset
for help on using the changeset viewer.