bce512c44c641819b07e0468c15a0f234f59adc3
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.movePage.js
1 /*!
2 * JavaScript for Special:MovePage
3 */
4 jQuery( function ( $ ) {
5 // Infuse for pretty dropdown
6 OO.ui.infuse( 'wpNewTitle' );
7 // Limit to 255 bytes, not characters
8 OO.ui.infuse( 'wpReason' ).$input.byteLimit();
9 // Infuse for nicer "help" popup
10 if ( $( '#wpMovetalk-field' ).length ) {
11 OO.ui.infuse( 'wpMovetalk-field' );
12 }
13 } );