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, 3 insertions, 2 deletions
diff --git a/httemplate/elements/jsrsServer.html b/httemplate/elements/jsrsServer.html
index fd6dc5465..d6d537070 100644
--- a/httemplate/elements/jsrsServer.html
+++ b/httemplate/elements/jsrsServer.html
@@ -1,3 +1,4 @@
<%
- my $server = new FS::UI::Web::JSRPC '', $cgi;
-%><%= $server->process %>
+my $server = new FS::UI::Web::JSRPC;
+$server->process;
+%>