Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4119381
PageIssueLearnMoreLink.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
301 B
Referenced Files
None
Subscribers
None
PageIssueLearnMoreLink.js
View Options
(
function
()
{
/**
* Creates a "read more" button with given text.
*
* @param {string} msg
* @return {jQuery}
*/
function
newPageIssueLearnMoreLink
(
msg
)
{
return
$
(
'<span>'
)
.
addClass
(
'ambox-learn-more'
)
.
text
(
msg
);
}
module
.
exports
=
newPageIssueLearnMoreLink
;
}()
);
File Metadata
Details
Attached
Mime Type
text/x-asm
Expires
Wed, Aug 19, 03:19 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1d/ea/3f5bc8d35e846a918a503e9ac373
Default Alt Text
PageIssueLearnMoreLink.js (301 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment