0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
wp-content
/
themes
/
oceanwp
/
assets
/
js
/
core
/
[
Home
]
File: superfish.js
var $j = jQuery.noConflict(); $j( document ).on( 'ready', function() { "use strict"; // Superfish menus oceanwpSuperFish(); } ); /* ============================================== SUPERFISH MENUS ============================================== */ function oceanwpSuperFish() { "use strict" // Return if vertical header style if ( $j( '#site-header' ).hasClass( 'vertical-header' ) ) { return; } $j( 'ul.sf-menu' ).superfish( { delay: 600, animation: { opacity: 'show' }, animationOut: { opacity: 'hide' }, speed: 'fast', speedOut: 'fast', cssArrows: false, disableHI: false, } ); }