Replies: 0
Please replace line 785 from this:
wp_enqueue_script( 'megamenu', $js_path, array('jquery', 'hoverIntent'), MEGAMENU_VERSION, true );
to this:
wp_enqueue_script( 'megamenu', $js_path, array('jquery', 'hoverIntent') );
Thank you.
Kind regards.