repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[mediawiki.git]
/
resources
/
mediawiki.special
/
mediawiki.special.movePage.js
blob
f719d07c6f3c7e16cea08c2e417ceaccf16566a4
1
/**
2
* JavaScript for Special:MovePage
3
*/
4
jQuery
(
document
).
ready
(
function
( $ ) {
5
$(
'#wpReason, #wpNewTitleMain'
).
byteLimit
();
6
} );