Skip to content

Commit

Permalink
Use https for jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 13, 2020
1 parent ef7a6ea commit 0bbc768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Page.ss
Expand Up @@ -23,7 +23,7 @@
<footer class="footer-site" role="contentinfo">
<% include Footer %>
</footer>
<% require javascript('//code.jquery.com/jquery-3.4.1.min.js') %>
<% require javascript('https://code.jquery.com/jquery-3.4.1.min.js') %>
<% require themedJavascript('dist/js/main.js') %>
<% include GoogleAnalytics %>
</body>
Expand Down

0 comments on commit 0bbc768

Please sign in to comment.