Merge "Unsetting the email address for a user when the email address is invalidated."
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.movePage.js
1 /*!
2 * JavaScript for Special:MovePage
3 */
4 jQuery( function ( $ ) {
5 $( '#wpReason, #wpNewTitleMain' ).byteLimit();
6 } );