Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

Commit 21bbe42

Browse files
author
Tim Mickel
committed
Pin jQuery to HTTP to prevent invalid reference using file-protocol (no longer need a web server)
1 parent 63f4faf commit 21bbe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel=stylesheet href=player.css>
1111
<link rel=stylesheet href=index.css>
1212

13-
<script src=//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
13+
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
1414

1515

1616
<script type="text/javascript">

0 commit comments

Comments
 (0)