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
PrefixSearch: Avoid notice when no subpage exists
[mediawiki.git]
/
resources
/
src
/
mediawiki.special
/
mediawiki.special.pageLanguage.js
blob
ba7f7342c45fd9ec32dc7bba00b754c15dbcb21d
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 ) );