From 6a94e8e765c4afdf1336aac79037fc9419eb8f17 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Aug 2016 10:51:37 -0400 Subject: [PATCH] forget to re-add hide functions that were removed for testing --- campground-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campground-map.php b/campground-map.php index 85f2d35..7ab0bcf 100644 --- a/campground-map.php +++ b/campground-map.php @@ -365,7 +365,7 @@ $js_categories = json_encode($categories); } }, function () { -// jQuery(tool_tip[0]).hide(); + jQuery(tool_tip[0]).hide(); }); function hide_tool_tip(el) { -- 2.17.1