repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Minor CSS cleanup for Vector and Monobook skins"
[mediawiki.git]
/
resources
/
mediawiki.special
/
mediawiki.special.userLogin.signup.js
blob
bba426051e4bb73982860eefa0a0204e56a05a60
1
/**
2
* JavaScript for Special:UserLogin/signup
3
*/
4
jQuery( document ).ready( function ( $ ) {
5
$( '#wpCreateaccountMail' )
6
.on( 'change', function() {
7
$( '.mw-row-password' ).toggle( !$( this ).attr( 'checked' ) );
8
} )
9
.trigger( 'change' );
10
} );