Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4133222
ext.translate.dropdownmenu.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
279 B
Referenced Files
None
Subscribers
None
ext.translate.dropdownmenu.js
View Options
(
function
()
{
'use strict'
;
$
(
function
()
{
// Hide the dropdown menu when clicking outside of it
$
(
document
.
documentElement
).
on
(
'click'
,
function
(
e
)
{
if
(
!
e
.
isDefaultPrevented
()
)
{
$
(
'.tux-dropdown-menu'
).
addClass
(
'hide'
);
}
}
);
}
);
}()
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 12:02 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
aa/41/a472b7a6f6e1f93e2d668ba8d671
Default Alt Text
ext.translate.dropdownmenu.js (279 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment