Changing container reference for previous commit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 14:26:32 +0000 (10:26 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 14:26:32 +0000 (10:26 -0400)
mobile-map.php

index 7dd77b3..25d110a 100644 (file)
@@ -210,7 +210,7 @@ $js_categories = json_encode($categories);
     // close pop up div when clicking anywhere but that div
     jQuery(document).mouseup(function (e)
 {
-        var container = $(full_tool_tip);
+        var container = $(.mobile-map-site-details);
 
         if (!container.is(e.target) // if the target of the click isn't the container...
             && container.has(e.target).length === 0) // ... nor a descendant of the container