/** * Script to stop delayed show of menu dropdowns **/ /* globals jQuery */ jQuery(document).ready(function($) { $('.elementor-nav-menu--main > ul').attr('data-sm-options', '{ showTimeout: 0 }'); });