Skip to content

Commit 9d797d7

Browse files
author
Dayana
committed
add https to google maps url
1 parent a032e4b commit 9d797d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script src="lib/ionic/js/ionic.bundle.js"></script>
1414

1515
<!-- show venu map -->
16-
<script src="http://maps.google.com/maps/api/js"></script>
16+
<script src="https://maps.google.com/maps/api/js"></script>
1717
<script src="lib/ngmap/build/scripts/ng-map.min.js"></script>
1818

1919
<!-- cordova script (this will be a 404 during development) -->

0 commit comments

Comments
 (0)