From e64b5cf78b78e1c77fe8fb7f22bb975a62a85c1f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Oct 2023 22:16:33 -0400 Subject: [PATCH] index.html.in: move a comment up two lines --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index f073f69..209ddad 100644 --- a/index.html.in +++ b/index.html.in @@ -291,9 +291,9 @@ function center_code() { + /* Center the security code inside its red box */ const ct = document.getElementById("codetext"); - /* Now center the security code inside its red box */ /* First, find the center of the red box */ const r1 = document.getElementById("codebg").getBoundingClientRect(); const c1 = r1.left + (r1.width / 2); -- 2.44.2