From 0ae9ab3d7db1f7c231028717dcdbc0e35e030ed4 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 25 Oct 2016 14:23:40 -0500 Subject: [PATCH] 73107: Map regression: now always requiring API key --- httemplate/view/directions.html | 11 ++--------- httemplate/view/map.html | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/httemplate/view/directions.html b/httemplate/view/directions.html index f23b7eb7f..8377d129a 100644 --- a/httemplate/view/directions.html +++ b/httemplate/view/directions.html @@ -1,5 +1,3 @@ -% if ( $apikey ) { - %# the actual page <& /elements/header-popup.html, { title => '',#$name, @@ -12,11 +10,6 @@
-% } else { -<& /elements/header-popup.html &> -<& /elements/google_maps_api_key.html &> -% } - <%def .head> % my $lat = $cgi->param('lat'); % my $lon = $cgi->param('lon'); @@ -45,7 +38,7 @@ body { height: 100%; margin: 0px; padding: 0px } } -