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
Kill DeviceDetection
[mediawiki.git]
/
resources
/
mediawiki.special
/
mediawiki.special.movePage.js
blob
7a55806607cf31bef488512601f6b91d7a645019
1
/**
2
* JavaScript for Special:MovePage
3
*/
4
5
jQuery( function( $ ) {
6
$( '#wpReason, #wpNewTitleMain' ).byteLimit();
7
} );