Skip to content

Commit

Permalink
Fix requiring jquery on https connections
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-holovin committed Dec 15, 2015
1 parent f2aefb6 commit e831aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2 class='image-description'>To download the map right-click the
</div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="//api.filepicker.io/v0/filepicker.js"></script>

<!-- DEBUG -->
Expand Down

0 comments on commit e831aba

Please sign in to comment.