Forced HTTPS for JQuery reference

This will allow the reference to work when "opening" the HTML file locally, assuming the computer has internet access of course
This commit is contained in:
Oskar Danielsson 2017-01-09 12:31:24 +01:00 committed by GitHub
parent b278d90a33
commit e998049d4a

View File

@ -6,6 +6,6 @@
<title>{{info.title}} | API Reference</title>
<link rel="stylesheet" href="stylesheets/foundation.min.css" />
<link rel="stylesheet" href="stylesheets/spectacle.min.css" />
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- <script src="javascripts/foundation.js"></script> -->
<script src="javascripts/spectacle.min.js"></script>