Skip to content

Commit

Permalink
Use a protocol-relative URL to support SSL out of the box.
Browse files Browse the repository at this point in the history
  • Loading branch information
smerrill committed Nov 17, 2012
1 parent b1100e3 commit b5fb705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" href="../res/img/favicon.png" type="image/gif" />
<link rel="stylesheet" type="text/css" href="../res/default.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="../libs/libs.min.js"></script>
<script type="text/javascript" src="../candy.min.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit b5fb705

Please sign in to comment.