Pin jQuery to HTTP to prevent invalid reference using file-protocol (no longer need a web server)
This commit is contained in:
parent
63f4faf9e6
commit
21bbe425fa
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<link rel=stylesheet href=player.css>
|
||||
<link rel=stylesheet href=index.css>
|
||||
|
||||
<script src=//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Reference in a new issue