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.movePage.js
blob
7e56050d8625562a19ac5daee5920ba0a0535ba1
1
/*!
2
* JavaScript for Special:MovePage
3
*/
4
jQuery( function ( $ ) {
5
$( '#wpReason, #wpNewTitleMain' ).byteLimit();
6
} );