Page MenuHomeWickedGov Phorge

ext.translate.dropdownmenu.js
No OneTemporary

Size
279 B
Referenced Files
None
Subscribers
None

ext.translate.dropdownmenu.js

( 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

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)

Event Timeline