Merge pull request #45 from thezenmonkey/patch-2

UPDATE remove protocol from jquery request
This commit is contained in:
Damian Mooyman 2016-11-01 14:49:20 +13:00 committed by GitHub
commit 302878a132
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Change it, enhance it and most importantly enjoy it!
</div>
<% include Footer %>
<% require javascript('http://code.jquery.com/jquery-1.7.2.min.js') %>
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>
<script type="text/javascript" src="{$ThemeDir}/javascript/script.js"></script>