From 5900eeb8766500550c60986d6060e218c75d25bf Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 16 Aug 2018 16:56:26 -0400 Subject: [PATCH] Map default location coded, and sharethis code removed from footer --- index.php | 3 --- parts/map-section.php | 12 ++++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index 9ed1d47..b3c38db 100644 --- a/index.php +++ b/index.php @@ -37,8 +37,5 @@ - - - \ No newline at end of file diff --git a/parts/map-section.php b/parts/map-section.php index a9464e6..35192be 100644 --- a/parts/map-section.php +++ b/parts/map-section.php @@ -6,7 +6,7 @@
-
-

-
+
+

+
@@ -81,7 +81,7 @@ var region_bg, text_paths, origin_text_color, original_bg_color; //console.log(locations); // hover elements TODO::Create a function that removes the duplicate code for title,content and img in the hover callbacks - + location_text.hover(function(){ var region_id = $(this).attr("data-text"); //console.log(region_id); -- 2.17.1