summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/templates/layouts/default.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep
index 2bdd161..14bdbaa 100644
--- a/cgi/templates/layouts/default.html.ep
+++ b/cgi/templates/layouts/default.html.ep
@@ -210,8 +210,8 @@
}
</style>
- %= javascript 'jquery-1.10.2.min.js'
- %= javascript 'marquee.js'
+ %= javascript '/jquery-1.10.2.min.js'
+ %= javascript '/marquee.js'
%= javascript begin
$(function () { $('marquee').marquee() });
% end