Skip to content

Commit

Permalink
Merge pull request #3 from jcleve/dev
Browse files Browse the repository at this point in the history
Specify Google Maps API version in script tag
  • Loading branch information
Carancho committed Apr 8, 2015
2 parents 5ffb8f6 + 9b8c965 commit 57a9693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Support/SubPanel/Map/AeroQuad.cfg
Expand Up @@ -9,8 +9,8 @@
#map_canvas { height: 100% }
</style>

<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?sensor=false">
<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?v=3.18&sensor=false">
</script>

<script type="text/javascript">
Expand Down

0 comments on commit 57a9693

Please sign in to comment.