From b327fcd3e29dfcb203920dc3c819fb86d0c19a5e Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 25 Oct 2016 14:23:40 -0500 Subject: 73107: Map regression: now always requiring API key --- httemplate/view/map.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'httemplate/view/map.html') diff --git a/httemplate/view/map.html b/httemplate/view/map.html index b3459dc1f..01ffc6db7 100644 --- a/httemplate/view/map.html +++ b/httemplate/view/map.html @@ -1,5 +1,3 @@ -% if ( $apikey ) { - %# the actual page <& /elements/header-popup.html, { title => '',#$name, @@ -11,11 +9,6 @@
-% } else { -<& /elements/header-popup.html &> -<& /elements/google_maps_api_key.html &> -% } - <%def .head> @@ -29,7 +22,7 @@ body { height: 100%; margin: 0px; padding: 0px } @media print { #map_canvas { height: 500px; margin: 0; } } -