Interactive map category block now also loses 'open' class when 'Close' button is...
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 19:50:41 +0000 (14:50 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 19:50:41 +0000 (14:50 -0500)
js/leaflet-area-map.js

index d4d8d62..3b7abdb 100644 (file)
@@ -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 (){