scripts.js 207 B

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