From 9fdd1c753a71427db97ab7d7ff708579e517ac17 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 24 Mar 2017 11:55:10 -0400 Subject: [PATCH] Remove from here This is causing the map to open three times. --- views/front/apis/schedule.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/views/front/apis/schedule.html b/views/front/apis/schedule.html index 538be5b..5bf63df 100644 --- a/views/front/apis/schedule.html +++ b/views/front/apis/schedule.html @@ -14,11 +14,6 @@ } {/if} jQuery(document).ready(function(){ - $("a.google-map-link").click(function(e){ - e.preventDefault(); - var address = $(this).data('location'); - window.open('https://maps.google.com/?q=' + address, '_blank'); - }); {if $inDropDown} // For the drop down docks schedules var dropdown_dockForm = $("#dockForm"); -- 2.17.1