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

Commit 670639f

Browse files
author
Tim Mickel
committed
Update compare.html to pin protocol to HTTP
Allows for usage without local web server
1 parent d9d0e8c commit 670639f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: compare.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel=stylesheet href=player.css>
66
<link rel=stylesheet href=compare.css>
77

8-
<script src=//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
9-
<script src=//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js></script>
8+
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
9+
<script src=http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js></script>
1010

1111

1212
<script>

0 commit comments

Comments
 (0)