Skip to content

Commit b347a62

Browse files
author
ivan@plead
committed
Fixed missing http protocol on jQuery SCRIPT tag
1 parent a30d262 commit b347a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<p>This is</p>
6565
<h1>Kerning.js</h1>
6666

67-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
67+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
6868
<script src="kerning.js"></script>
6969
</body>
7070
</html>

0 commit comments

Comments
 (0)