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 "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git]
/
resources
/
src
/
mediawiki.special
/
mediawiki.special.pageLanguage.js
blob
7c2269faad1ee943ad7bcc4972a1f09e12760251
1
( function ( $ ) {
2
$( document ).ready( function () {
3
4
// Select the 'Language select' option if user is trying to select language
5
$( '#mw-pl-languageselector' ).on( 'click', function () {
6
$( '#mw-pl-options-2' ).prop( 'checked', true );
7
} );
8
} );
9
}( jQuery ) );