From 2a2af9736720aa2638581e35afbef07a2fc59dee Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 Nov 2016 11:15:18 -0500 Subject: [PATCH] flickering still present without new js code to add hours to visit menu, re adding js code for visit us menu --- sections/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1