From 06cc25449fdd84bf484ee00b7ca9b9a993329637 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 15 Sep 2016 15:31:50 +1200 Subject: [PATCH] Use jQuery from CDN rather than framework Static asset paths in framework aren't a public API, and hence shouldn't be relied on by other modules. The template already includes some shim JS from the web, so this doesn't change the fact that you need a network connection to fully use the default theme. --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 996e389..5e1513d 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('framework/thirdparty/jquery/jquery.js') %> +<% require javascript('http://code.jquery.com/jquery-1.7.2.min.js') %> <%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>