summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:06:51 +0000
commitf3bfda4068bf098d2549f3b54cd3100beacae8b2 (patch)
tree870375d76ca2c8050ca5a042612653bb4a8a1079 /interfaces-update-html.lsp
parentd549d13ce0f8e71f6021b125ab539ed1f1fc21fd (diff)
downloadacf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.bz2
acf-alpine-baselayout-f3bfda4068bf098d2549f3b54cd3100beacae8b2.tar.xz
Added require statement for html library
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r--interfaces-update-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp
index b8a9d99..06c88e0 100644
--- a/interfaces-update-html.lsp
+++ b/interfaces-update-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>