Skip to content

Commit

Permalink
hardcode google maps JS to 3.19 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jywsn committed May 28, 2015
1 parent 488505b commit ca03166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- === leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<!-- === google maps -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.19&sensor=false&libraries=places"></script>
<!-- === maps.stamen.com -->
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.2.4"></script>
<!-- === storymap -->
Expand Down

0 comments on commit ca03166

Please sign in to comment.