Update compare.html to pin protocol to HTTP
Allows for usage without local web server
This commit is contained in:
parent
d9d0e8ca4b
commit
670639f5b2
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
<link rel=stylesheet href=player.css>
|
||||
<link rel=stylesheet href=compare.css>
|
||||
|
||||
<script src=//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
|
||||
<script src=//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js></script>
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
Reference in a new issue