mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
comments deleted
This commit is contained in:
parent
9122a0d12a
commit
cdd557e423
1 changed files with 0 additions and 2 deletions
|
@ -877,9 +877,7 @@ function showWords() {
|
|||
}
|
||||
|
||||
$("#restartTestButton, #startTestButton").on("click", function () {
|
||||
console.log("click");
|
||||
if (activeFunBox === "memory") {
|
||||
console.log("activate timer", window.location.pathname);
|
||||
memoryFunboxInterval = clearInterval(memoryFunboxInterval);
|
||||
memoryFunboxTimer = Math.round(Math.pow(wordsList.length, 1.2));
|
||||
memoryFunboxInterval = setInterval(() => {
|
||||
|
|
Loading…
Reference in a new issue