Skip to content

Commit

Permalink
Merge pull request #57 from idl99/user/ihan
Browse files Browse the repository at this point in the history
Enable Google Maps API key
  • Loading branch information
idl99 authored Jan 18, 2021
2 parents 4d89f6f + 673380f commit 85c2aa8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
12 changes: 7 additions & 5 deletions src/pages/delivery_in_progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,16 @@ <h2 style="text-align: center;" id="delivery-you-ordered-from"></h2>
</div>

<!-- TEST API KEY -->
<!-- <!-- <script -->
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fxzjh0_9j9aIXCecrSeDxBztKU5Lzao&callback=initMap"
defer></script> -->
<!-- <script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fxzjh0_9j9aIXCecrSeDxBztKU5Lzao&callback=initMap"
defer>
</script> -->

<!-- WORKING API KEY -->
<!-- <script
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDxXPSmnErfv7OFrzfG0q2BSRVAqa-N_Mc&callback=initMap"
defer></script> -->
defer>
</script>

</div>

Expand Down
13 changes: 8 additions & 5 deletions src/pages/location_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,18 @@ <h2> Map Here</h2>
<div id="update-location" data-role="footer" data-tap-toggle="false" data-position="fixed">
<h1>Set Location</h1>
</div>

<!-- TEST API KEY -->
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fxzjh0_9j9aIXCecrSeDxBztKU5Lzao&callback=initMap"
defer></script>
<!-- <script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC4fxzjh0_9j9aIXCecrSeDxBztKU5Lzao&callback=initMap"
defer>
</script> -->

<!-- WORKING API KEY -->
<!-- <script
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDxXPSmnErfv7OFrzfG0q2BSRVAqa-N_Mc&callback=initMap"
defer></script> -->
defer>
</script>

<script>

Expand Down

0 comments on commit 85c2aa8

Please sign in to comment.