Skip to content

Commit

Permalink
change http to https for the google api
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Nov 23, 2017
1 parent 8e92fee commit 970dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/customers/customer_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h4 class="margin-bottom-30" id="aoi_selected"><b>AOI selected:</b> <span>{{ sub

<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBbGl4HfSKF1pj1j1heEdUgn1SwSQaEaNc&libraries=places"></script>

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>

<script type="text/javascript">
// Get the modal
Expand Down

0 comments on commit 970dff3

Please sign in to comment.