From: Michael Orlitzky Date: Wed, 1 Nov 2023 18:37:47 +0000 (-0400) Subject: fixup set_service_name X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d9516d3edc76e5085a2059b3404e9d26a15f2165;p=charm-bypass.git fixup set_service_name --- 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 */