From ac2b01429220f60ead6914a202b590ab73fae425 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Aug 2016 15:45:24 -0400 Subject: [PATCH] uncommented code that was removed during testing --- campground-map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campground-map.php b/campground-map.php index 734ba20..f5a2f28 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