From: Anthony Talarico Date: Mon, 21 Nov 2016 16:15:18 +0000 (-0500) Subject: flickering still present without new js code to add hours to visit menu, re adding... X-Git-Tag: v1.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2a2af9736720aa2638581e35afbef07a2fc59dee;p=WP-Themes%2Foriginalbutterflyhouse.git flickering still present without new js code to add hours to visit menu, re adding js code for visit us menu --- diff --git a/sections/header.php b/sections/header.php index 63ecfc9..986dd76 100644 --- a/sections/header.php +++ b/sections/header.php @@ -60,6 +60,6 @@ $json_content = json_encode(apply_filters('the_content', $hours->post_content)); jQuery(function(){ var visit_menu = jQuery('.visit'); var hours = ; -// visit_menu.find('.sub-menu').append('
' + hours + '
'); + visit_menu.find('.sub-menu').append('
' + hours + '
'); }); \ No newline at end of file