projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b95e51
)
uncommented something I needed to be rid of a moment
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 12 Oct 2016 16:39:42 +0000
(12:39 -0400)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/parts/dropdown-map.php
b/parts/dropdown-map.php
index
bd245d2
..
d141504
100644
(file)
--- 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 '<pre>', print_r($sites) , '</pre>';
?>