From daa695e8bd114cd6a323cb4ae2499d26e9abb349 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Oct 2023 22:20:54 -0400 Subject: [PATCH] index.html.in: fix a mis-indented javascript comment --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index 209ddad..61578bd 100644 --- a/index.html.in +++ b/index.html.in @@ -383,7 +383,7 @@ /* Set the security code text when the page has loaded */ window.addEventListener("load", set_code); - /* Center the security code text when the page has loaded; + /* Center the security code text when the page has loaded; in particular, after we set it */ window.addEventListener("load", center_code); -- 2.44.2