summaryrefslogtreecommitdiff
path: root/httemplate/elements/jsrsServer.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/jsrsServer.html')
-rw-r--r--httemplate/elements/jsrsServer.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/elements/jsrsServer.html b/httemplate/elements/jsrsServer.html
index d6d537070..fd6dc5465 100644
--- a/httemplate/elements/jsrsServer.html
+++ b/httemplate/elements/jsrsServer.html
@@ -1,4 +1,3 @@
<%
-my $server = new FS::UI::Web::JSRPC;
-$server->process;
-%>
+ my $server = new FS::UI::Web::JSRPC '', $cgi;
+%><%= $server->process %>