Remove from here
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 15:55:10 +0000 (11:55 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 15:55:10 +0000 (11:55 -0400)
This is causing the map to open three times.

views/front/apis/schedule.html

index 538be5b..5bf63df 100644 (file)
     }
 {/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");