summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r--app/template-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp
index 4ae8924..56d6d14 100644
--- a/app/template-html.lsp
+++ b/app/template-html.lsp
@@ -30,6 +30,7 @@ end
<link rel="stylesheet" type="text/css" href="<%= html.html_escape(pageinfo.wwwprefix..pageinfo.skin.."/"..posix.basename(pageinfo.skin).."-ie.css") %>">
<![endif]-->
<script type="text/javascript" src="<%= html.html_escape(pageinfo.wwwprefix) %>/js/jquery-latest.js"></script>
+<script type="text/javascript" src="<%= html.html_escape(pageinfo.wwwprefix..pageinfo.skin.."/"..posix.basename(pageinfo.skin)..".js") %>"></script>
<script type="text/javascript">
$(function(){
$(":input:not(:submit):enabled:not([readonly]):first").focus();