]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: move a comment up two lines
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 02:16:33 +0000 (22:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 02:16:33 +0000 (22:16 -0400)
index.html.in

index f073f69bb8a9bbf78ecc976e0a57a9d5ece7c333..209ddad73c0e990297874167985f78ccb06cfd6f 100644 (file)
 
 
       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);