Changeset 7083
- Timestamp:
- 04/11/2018 04:55:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r7065 r7083 927 927 container.prepend( html ); 928 928 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 }937 929 }, 938 930
Note: See TracChangeset
for help on using the changeset viewer.