Ticket #33897: 33897.diff
| File 33897.diff, 744 bytes (added by , 11 years ago) |
|---|
-
user-profile.js
204 204 if ( $pass1Text.val().length === 0 ) { 205 205 generatePassword(); 206 206 } 207 208 $toggleButton 209 .data( 'toggle', 0 ) 210 .attr({ 211 'aria-label': userProfileL10n.ariaHide 212 }).find( '.text' ) 213 .text( userProfileL10n.hide ) 214 .end().find( '.dashicons' ) 215 .removeClass('dashicons-visibility') 216 .addClass('dashicons-hidden'); 217 218 $pass1Text.focus(); 207 219 220 $pass1Label.attr( 'for', 'pass1-text' ); 221 208 222 _.defer( function() { 209 223 $pass1Text.focus(); 210 224 if ( ! _.isUndefined( $pass1Text[0].setSelectionRange ) ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)