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
blob7e56050d8625562a19ac5daee5920ba0a0535ba1
1 /*!
2 * JavaScript for Special:MovePage
3 */
4 jQuery( function ( $ ) {
5 $( '#wpReason, #wpNewTitleMain' ).byteLimit();
6 } );