Skip to content

Commit

Permalink
Changed external resources to use https only
Browse files Browse the repository at this point in the history
  • Loading branch information
nkania committed May 29, 2017
1 parent 012be05 commit 48717de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</section>

<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.9.3/lodash.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/p2.js/0.6.0/p2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p2.js/0.6.0/p2.min.js"></script>
<script src="js/config.js"></script>
<script src="js/models/Maths.js"></script>
<script src="js/models/Particle.js"></script>
Expand Down

0 comments on commit 48717de

Please sign in to comment.