projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba9b6b
)
cleaning up the map file of spaces
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 29 Aug 2018 20:42:04 +0000
(16:42 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 29 Aug 2018 20:42:04 +0000
(16:42 -0400)
parts/benzie-map.php
patch
|
blob
|
history
diff --git
a/parts/benzie-map.php
b/parts/benzie-map.php
index
387510d
..
e393f93
100644
(file)
--- a/
parts/benzie-map.php
+++ b/
parts/benzie-map.php
@@
-79,11
+79,9
@@
$js_sites = json_encode($sites);
} catch(e){
console.log("This page doesn't exist or it has the wrong id in the pages array");
}
-
},
function(){
- $(`[data-town='${id}']`).toggleClass("base-fill");
-
+ $(`[data-town='${id}']`).toggleClass("base-fill");
}
);