From 4cd7a569bf0e19f982b36a54fa656105ede98b79 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Tue, 8 Nov 2022 18:14:22 +0100 Subject: [PATCH] fixed not found nr. 1 --- static/js/game.js | 2 +- templates/session.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/game.js b/static/js/game.js index c21eef2..85ba215 100644 --- a/static/js/game.js +++ b/static/js/game.js @@ -15,7 +15,7 @@ var modal = document.getElementById('id01'); var Interval ; var time = seconds + tens; - buttonStart.onclick = () => { + function onclckfn() { clearInterval(Interval); Interval = setInterval(startTimer, 10); } diff --git a/templates/session.html b/templates/session.html index be9c21a..3cbd610 100644 --- a/templates/session.html +++ b/templates/session.html @@ -35,7 +35,7 @@

00:00

- +