Before Big refactor

This commit is contained in:
2026-05-05 15:43:42 -04:00
parent 93f0fa7c09
commit bc151473dc
9 changed files with 83 additions and 84 deletions

View File

@@ -22,8 +22,9 @@ socket.onmessage = (event) => {
stepIndex = 0;
showProblem();
initial_duration = msg.time;
startTimer(msg.time);
// Debug show problem timing
//startTimer(1);
}
};