Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit c824e13

Browse files
committed
Use HTTPS for jQuery
1 parent 4fd8e1f commit c824e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcode.io.demoserver/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>netcode.io from browser test!</title>
66
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/hpecmifakhimhidjpcpjmihpacijicbd" />
7-
<script type="text/javascript" src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
7+
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
88
<script type="text/javascript">
99
function b64ToBuffer(b64) {
1010
var raw = window.atob(b64);

0 commit comments

Comments
 (0)