Skip to content

Commit 3516aa9

Browse files
committed
Merge pull request #33 from OmgImAlexis/patch-1
jQuery now loads over https to fix mixed content
2 parents 92c2e02 + b610ddf commit 3516aa9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,8 @@ <h6>Members</h6>
9797

9898
<!-- Javascript
9999
================================================== -->
100-
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
100+
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
101101
<script src="js/nav.min.js"></script>
102102

103103
</body>
104104
</html>
105-
106-
107-
108-

0 commit comments

Comments
 (0)