Skip to content

Commit

Permalink
Make sure all 3rd-party libs are through HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
eheikes committed Jul 16, 2017
1 parent 84c8e8f commit 90dc1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toread.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular-resource.min.js"></script>
<script src="http://vitalets.github.io/checklist-model/checklist-model.js"></script>
<script src="https://vitalets.github.io/checklist-model/checklist-model.js"></script>
<script src="toread.js"></script>
</body>
</html>

0 comments on commit 90dc1c6

Please sign in to comment.