From 7e3932c5d561b06797c7ca856303198b7fc97018 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 1 Nov 2016 17:16:12 +1300 Subject: [PATCH] API Remove script.js placeholder (#46) --- templates/Page.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/Page.ss b/templates/Page.ss index 4f4ad83..95988c2 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -38,8 +38,7 @@ Change it, enhance it and most importantly enjoy it! <% include Footer %> <% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %> -<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%> - +<% require themedJavascript('script.js') %>