]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: fix a mis-indented javascript comment
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 02:20:54 +0000 (22:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 02:20:54 +0000 (22:20 -0400)
index.html.in

index 209ddad73c0e990297874167985f78ccb06cfd6f..61578bd3ddb5aebef95767ae34ec8d49ebc097b6 100644 (file)
       /* 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);