From d9516d3edc76e5085a2059b3404e9d26a15f2165 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 1 Nov 2023 14:37:47 -0400 Subject: [PATCH] fixup set_service_name --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index d1e0be7..9f9d41d 100644 --- a/index.html.in +++ b/index.html.in @@ -275,7 +275,7 @@ /******************************/ /* Set the service name */ /******************************/ - function set_service_id() { + function set_service_name() { const sid = document.getElementById("servicename"); /* Get the "servicename" from the querystring if it's there */ -- 2.44.2