(bug 16921) Add JavaScript-based enforcing of byte limits on move and protection...
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.movePage.js
1 /* JavaScript for Special:MovePage */
2
3 jQuery( function( $ ) {
4 $( '#wpReason' ).byteLimit( 200 );
5 });