Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Use maps api key
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrukhis committed Aug 8, 2019
1 parent 68568ca commit bdf50f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/war/validation_result.jsp
Expand Up @@ -49,7 +49,7 @@ if (validationResult != null) {
if (alertsJs != null) {
%>
<div id=map style="margin: 1em; padding: 1ex;"></div>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyDn7gzUSLUyf4pPrRnrxp6U0ovnSTNtd7c&sensor=false"></script>
<script>var alerts = <%= alertsJs %>;</script>
<script src="/map.js"></script>
<%
Expand Down

0 comments on commit bdf50f4

Please sign in to comment.