From 48b51e1e8c558bdab8ca55ed1b72fe56e27d6974 Mon Sep 17 00:00:00 2001 From: nalbam Date: Sun, 8 Oct 2023 03:18:54 +0000 Subject: [PATCH 1/2] add lastlap --- public/timer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/timer.js b/public/timer.js index 0c8ef8b..0051145 100644 --- a/public/timer.js +++ b/public/timer.js @@ -54,6 +54,7 @@ class Timer { this.reset(); this.bestlap.innerText = ''; + this.lastlap.innerText = ''; while (this.results.lastChild) { this.results.removeChild(this.results.lastChild); } From 9ce24a068b224dfa74d3d4dc7e15ac35d5920e5d Mon Sep 17 00:00:00 2001 From: nalbam Date: Sun, 8 Oct 2023 03:19:59 +0000 Subject: [PATCH 2/2] rm google font --- views/timer.ejs | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/timer.ejs b/views/timer.ejs index 222ed1a..8ad6626 100644 --- a/views/timer.ejs +++ b/views/timer.ejs @@ -5,9 +5,6 @@ DeepRacer Timer -