Skip to content

Commit 137a76b

Browse files
committed
Merge pull request BonsaiDen#254 from q--/patch-1
Use protocol-relative URL for jQuery
2 parents dd44bef + 65dbe1a commit 137a76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garden.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ html(lang=language)
8484
a(href='https://github.com/visionmedia/jade/') jade
8585
| template.
8686

87-
script(src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js')
87+
script(src='//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js')
8888

8989
- if (language === baseLanguage)
9090
script(src='javascript/prettify.js')

0 commit comments

Comments
 (0)