refactor to remain consistent with previous commit
This commit is contained in:
4
index.js
4
index.js
@@ -7,8 +7,8 @@ function nameSubmit() {
|
|||||||
startTime: Date.now(),
|
startTime: Date.now(),
|
||||||
};
|
};
|
||||||
localStorage.setItem(studData, JSON.stringify(studData));
|
localStorage.setItem(studData, JSON.stringify(studData));
|
||||||
var privacy-violation = document.getElementById("privacy-violation");
|
var privacyViolation = document.getElementById("privacyViolation");
|
||||||
privacy-violation.style.display = "none";
|
privacyViolation.style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
function initScore() {
|
function initScore() {
|
||||||
|
|||||||
Reference in New Issue
Block a user