Making WordPress.org

Changeset 7083


Ignore:
Timestamp:
04/11/2018 04:55:32 AM (7 years ago)
Author:
dd32
Message:

Trac: Remove a Mozilla hack which will no longer work as $.browser has been removed and Trac has updated the jQuery version it uses.

The bug appears to be closed as WorksForMe on the mozilla end.
See https://bugzilla.mozilla.org/show_bug.cgi?id=394782
See https://core.trac.wordpress.org/ticket/17051
See #3526.

File:
1 edited

Legend:

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

    r7065 r7083  
    927927                    container.prepend( html );
    928928                    elements.bin = $('#keyword-bin');
    929 
    930                     // Walk in the footsteps of Firefox autocomplete's trail of destruction,
    931                     // tidying the radio buttons in its wake. See #WP17051.
    932                     if ( $.browser.mozilla ) {
    933                         $('#action input:radio').each( function() {
    934                             this.checked = this.defaultChecked;
    935                         });
    936                     }
    937929                },
    938930
Note: See TracChangeset for help on using the changeset viewer.