Skip to content

Commit 42f3857

Browse files
authored
Merge pull request aksakalli#28 from coliff/patch-1
Always load jQuery over HTTPS
2 parents 6348c9f + d6d49c2 commit 42f3857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/js_files.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
var baseurl = '{{ site.baseurl }}'
33
</script>
4-
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
4+
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
55
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }} "></script>
66
<script src="{{ "/js/typeahead.bundle.min.js" | prepend: site.baseurl }} "></script>
77

0 commit comments

Comments
 (0)