Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111190
special.movePage.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
special.movePage.js
View Options
/*!
* 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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment