From: Laury GvR Date: Wed, 20 Jul 2016 14:26:32 +0000 (-0400) Subject: Changing container reference for previous commit X-Git-Tag: v1.0.0~63^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5538c603c70fc0652bfe1f7c1e98711ac3a85bd4;p=WP-Themes%2Fpetoskeyveterinarian.git Changing container reference for previous commit --- 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