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
Merge "If a user logs in while not on https, then the user should be sent back to...
[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
} );