uncommented something I needed to be rid of a moment
authorIan Weller <ian@gaslightmedia.com>
Wed, 12 Oct 2016 16:39:42 +0000 (12:39 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 12 Oct 2016 16:39:42 +0000 (12:39 -0400)
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

index bd245d2..d141504 100644 (file)
@@ -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 '<pre>', print_r($sites) , '</pre>';
 ?>