Skip to content

Commit

Permalink
New API key (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjann authored Oct 28, 2020
1 parent 75cc3d3 commit a915706
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/templates/place.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ <h3 id="place-type" data-pt="{{ place_type }}"></h3>

{% block footer %}
<script src={{url_for('static', filename='place.js', t=config['GAE_VERSION'])}}></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDAMcc9QlTtAd4liELMgJSj0gwDojTS2eQ&libraries=places" async
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCi3WDvStkhQOBQRnV_4Fcuar7ZRteHgvU&libraries=places" async
defer></script>
{% endblock %}
2 changes: 1 addition & 1 deletion server/templates/place_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ <h3>Rankings</h3>
<script
src={{url_for('static', filename='place_landing.js', t=config['GAE_VERSION'])}}></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDAMcc9QlTtAd4liELMgJSj0gwDojTS2eQ&libraries=places"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCi3WDvStkhQOBQRnV_4Fcuar7ZRteHgvU&libraries=places"
async defer></script>
{% endblock %}
2 changes: 1 addition & 1 deletion server/templates/tools/scatter2.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{% block footer %}
<script src={{url_for('static', filename='scatter2.js', t=config['GAE_VERSION'])}}></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDAMcc9QlTtAd4liELMgJSj0gwDojTS2eQ&libraries=places" async
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCi3WDvStkhQOBQRnV_4Fcuar7ZRteHgvU&libraries=places" async
defer></script>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion server/templates/tools/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{% block footer %}
<script src={{url_for('static', filename='timeline.js', t=config['GAE_VERSION'])}}></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDAMcc9QlTtAd4liELMgJSj0gwDojTS2eQ&libraries=places" async
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCi3WDvStkhQOBQRnV_4Fcuar7ZRteHgvU&libraries=places" async
defer></script>
{% endblock %}

Expand Down

0 comments on commit a915706

Please sign in to comment.