Update difficulty selection visibility, enhance scores data, and modify password error message
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ startFormEl.addEventListener('submit', (e) => {
|
||||
e.preventDefault();
|
||||
const pass = passwordEl.value.trim();
|
||||
if (pass !== '1027') {
|
||||
startErrorEl.textContent = 'Wrong password. Try 1027.';
|
||||
startErrorEl.textContent = 'Wrong password. Ask Tanner.';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user