Skip to content

Commit

Permalink
fix(gmaps): Deprecated sensor QSP removed
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 24, 2016
1 parent 1d1c1da commit a8d038a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Google Maps -->
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=<%= build_configs.values.keys.googleMaps %>&sensor=false"></script>
src="https://maps.googleapis.com/maps/api/js?key=<%= build_configs.values.keys.googleMaps %>"></script>

<!-- compiled JavaScript -->
<% scripts.forEach( function ( file ) { %>
Expand Down

0 comments on commit a8d038a

Please sign in to comment.