summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opennhrp-editinterface-html.lsp1
-rw-r--r--opennhrp-listinterfaces-html.lsp1
-rw-r--r--opennhrp-show-html.lsp1
3 files changed, 3 insertions, 0 deletions
diff --git a/opennhrp-editinterface-html.lsp b/opennhrp-editinterface-html.lsp
index b389f9d..59f5946 100644
--- a/opennhrp-editinterface-html.lsp
+++ b/opennhrp-editinterface-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>
diff --git a/opennhrp-listinterfaces-html.lsp b/opennhrp-listinterfaces-html.lsp
index 8a38e51..9794645 100644
--- a/opennhrp-listinterfaces-html.lsp
+++ b/opennhrp-listinterfaces-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editinterface"}, session) %>
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
index 9ca12f6..241973d 100644
--- a/opennhrp-show-html.lsp
+++ b/opennhrp-show-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then