Skip to content

Commit

Permalink
Readded the Google Maps API key
Browse files Browse the repository at this point in the history
(it was removed for testing purposes)
  • Loading branch information
Joshua Gleitze committed Nov 6, 2015
1 parent e526f9e commit 507425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>come2.help</title>
<!-- TODO: Configuration for API_KEY -->
<script src='//maps.googleapis.com/maps/api/js?sensor=false'></script>
<script src='//maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyCZTJBpBQPc-8pQIin2_H42p_9u6afuw_M&signed_in=true'></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/lodash/lodash.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 507425b

Please sign in to comment.