Making WordPress.org

Changeset 233


Ignore:
Timestamp:
01/08/2014 07:10:47 PM (11 years ago)
Author:
nacin
Message:

Trac: Add a tooltip to the notifications ticket star. see #127.

File:
1 edited

Legend:

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

    r225 r233  
    384384
    385385                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>' );
    387387                star = $('.ticket-star');
    388388                star.click( function() {
Note: See TracChangeset for help on using the changeset viewer.