projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb183c5
)
Interactive map category block now also loses 'open' class when 'Close' button is...
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Dec 2018 19:50:41 +0000
(14:50 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Dec 2018 19:50:41 +0000
(14:50 -0500)
js/leaflet-area-map.js
patch
|
blob
|
history
diff --git
a/js/leaflet-area-map.js
b/js/leaflet-area-map.js
index
d4d8d62
..
3b7abdb
100644
(file)
--- a/
js/leaflet-area-map.js
+++ b/
js/leaflet-area-map.js
@@
-45,7
+45,7
@@
var GlmMap = {
});
// attach action to bottom of tab
jQuery("#cat-main-close-" + category_id).click(function(){
- jQuery("#cat-main-" + category_id).slideUp(GlmMap._catDivSpeed);
+ jQuery("#cat-main-" + category_id).slideUp(GlmMap._catDivSpeed)
.parent().toggleClass("open")
;
});
});
jQuery("#memLocHdr").click(function (){