Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4096665
action.delete.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
action.delete.js
View Options
/*!
* JavaScript for action=delete
*/
(
function
()
{
if
(
mw
.
config
.
get
(
'wgAction'
)
!==
'delete'
)
{
return
;
}
$
(
()
=>
{
const
reasonList
=
OO
.
ui
.
infuse
(
$
(
'#wpDeleteReasonList'
)
),
reason
=
OO
.
ui
.
infuse
(
$
(
'#wpReason'
)
);
mw
.
widgets
.
visibleCodePointLimitWithDropdown
(
reason
,
reasonList
,
mw
.
config
.
get
(
'wgCommentCodePointLimit'
)
);
}
);
}()
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 14:27 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dc/93/57c542bab1d5333e2d36f1b0b385
Default Alt Text
action.delete.js (372 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment