projects
/
WP-Themes
/
petoskeyveterinarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caae7e2
)
Changing container reference for previous commit
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Jul 2016 14:26:32 +0000
(10:26 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Jul 2016 14:26:32 +0000
(10:26 -0400)
mobile-map.php
patch
|
blob
|
history
diff --git
a/mobile-map.php
b/mobile-map.php
index
7dd77b3
..
25d110a
100644
(file)
--- 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