From b31d592bebc90f3ab0b96f9599d20da7ca749773 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 12 Oct 2016 12:39:42 -0400 Subject: [PATCH] uncommented something I needed to be rid of a moment I commented out line 86 in the dropdown-map.php file because It was showing an error on my site which I felt interfered with me getting the nav items centered. --- parts/dropdown-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/dropdown-map.php b/parts/dropdown-map.php index bd245d2..d141504 100644 --- a/parts/dropdown-map.php +++ b/parts/dropdown-map.php @@ -83,7 +83,7 @@ foreach ($nav_posts as $p){ $filter_content = strip_shortcodes($filter_content); $sites[$p->ID]['content'] = $filter_content; } -// $js_sites = json_encode($sites); + $js_sites = json_encode($sites); //echo '
', print_r($sites) , '
'; ?> -- 2.17.1