From 011d2826f1b65a3cf33f607e45f035b4126c0df0 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 4 Dec 2023 07:56:04 +0200 Subject: [PATCH] refactor to remain consistent with previous commit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index db773dc..65d4831 100644 --- a/index.js +++ b/index.js @@ -7,8 +7,8 @@ function nameSubmit() { startTime: Date.now(), }; localStorage.setItem(studData, JSON.stringify(studData)); - var privacy-violation = document.getElementById("privacy-violation"); - privacy-violation.style.display = "none"; + var privacyViolation = document.getElementById("privacyViolation"); + privacyViolation.style.display = "none"; } function initScore() {