summaryrefslogtreecommitdiff
path: root/src/templates/macros
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/macros')
-rw-r--r--src/templates/macros/common-page.ftl1
-rw-r--r--src/templates/macros/common.ftl3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl
index 5fa2740..9b4323d 100644
--- a/src/templates/macros/common-page.ftl
+++ b/src/templates/macros/common-page.ftl
@@ -6,6 +6,7 @@
<link rel="stylesheet" href="${staticRoot}/style.css" />
<script src="${staticRoot}/scripts/jquery.min.js"></script>
+ <script src="${staticRoot}/scripts/jquery-ui.js"></script>
<script src="${staticRoot}/scripts/growth.js"></script>
</head>
<body>
diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl
index ab0d769..513fc57 100644
--- a/src/templates/macros/common.ftl
+++ b/src/templates/macros/common.ftl
@@ -1,4 +1,5 @@
<#include "content.ftl">
<#include "noticebox.ftl">
-<#assign contentroot = "http://localhost/~jesterpm/growcontent">
+<#assign dynamicRoot = "">
+<#assign staticRoot = "">