Page MenuHomeWickedGov Phorge

special.movePage.js
No OneTemporary

Size
502 B
Referenced Files
None
Subscribers
None

special.movePage.js

/*!
* JavaScript for Special:MovePage
*/
( function () {
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) !== 'Movepage' ) {
return;
}
$( () => {
const wpReason = OO.ui.infuse( $( '#wpReason' ) );
// Infuse for pretty dropdown
OO.ui.infuse( $( '#wpNewTitle' ) );
const wpReasonList = OO.ui.infuse( $( '#wpReasonList' ).closest( '.oo-ui-widget' ) );
mw.widgets.visibleCodePointLimitWithDropdown( wpReason, wpReasonList, mw.config.get( 'wgCommentCodePointLimit' ) );
} );
}() );

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 22:12 (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/d9/fe5c1c5a44b616a58cd5128d30f4
Default Alt Text
special.movePage.js (502 B)

Event Timeline