From abe6abebf502b2c3aebdbe5a8311fe6e2a35053f Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 24 Apr 2022 05:32:56 -0700 Subject: web: change colours --- web/static/dartboat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/static/dartboat.js') diff --git a/web/static/dartboat.js b/web/static/dartboat.js index f700510..e03151d 100644 --- a/web/static/dartboat.js +++ b/web/static/dartboat.js @@ -197,7 +197,7 @@ function clearVisits() { document.getElementById('visits').textContent = ''; } -const POINT_CLASSES = [180, 140, 100, 60, 40, 20, 1, 0]; +const POINT_CLASSES = [180, 140, 100, 60, 40, 20, 0]; function drawVisit(visit_no, p1_pts, p1_rem, p2_pts, p2_rem, p2_darts) { let e = document.getElementById('visits'); -- cgit v1.2.3-70-g09d2