Making WordPress.org

Changeset 336


Ignore:
Timestamp:
01/30/2014 08:05:14 PM (11 years ago)
Author:
nacin
Message:

Trac: Use the correct selector.

File:
1 edited

Legend:

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

    r335 r336  
    300300        reports: function() {
    301301            var popup = $( '#report-popup' ), failed = false;
    302             $( '.ticket-reports' ).on( 'change', '.tickets-by-topic', function() {
     302            $( '#report-popup' ).on( 'change', '.tickets-by-topic', function() {
    303303                var topic = $(this).val();
    304304                if ( ! topic ) {
Note: See TracChangeset for help on using the changeset viewer.