From 5538c603c70fc0652bfe1f7c1e98711ac3a85bd4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Jul 2016 10:26:32 -0400 Subject: [PATCH] Changing container reference for previous commit --- mobile-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-map.php b/mobile-map.php index 7dd77b3..25d110a 100644 --- a/mobile-map.php +++ b/mobile-map.php @@ -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 -- 2.17.1