From b0cf4c88fb0a231375ea4d115cfbd7f5f328551f Mon Sep 17 00:00:00 2001 From: Richard Rudy Date: Wed, 28 Sep 2016 09:37:26 -0400 Subject: [PATCH] UPDATE remove protocol from jquery request With the increased focus on SSL, it's probably best not define http in the equest and let the page use the current protocol --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 5e1513d..4f4ad83 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -37,7 +37,7 @@ Change it, enhance it and most importantly enjoy it! <% 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 --%>