From: Michael Orlitzky Date: Wed, 25 Oct 2023 02:16:33 +0000 (-0400) Subject: index.html.in: move a comment up two lines X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=inline;h=e64b5cf78b78e1c77fe8fb7f22bb975a62a85c1f;p=charm-bypass.git index.html.in: move a comment up two lines --- 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);