From: Michael Orlitzky Date: Wed, 25 Oct 2023 02:20:54 +0000 (-0400) Subject: index.html.in: fix a mis-indented javascript comment X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=inline;h=daa695e8bd114cd6a323cb4ae2499d26e9abb349;p=charm-bypass.git index.html.in: fix a mis-indented javascript comment --- 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);