From bb03ed2fc55af1c46116507f3eb74b3e6eeb9b71 Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:09:21 +0100 Subject: [PATCH] Update interface.html --- apps/umpire/interface.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index 735f25b31..fb51a9ec9 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -27,7 +27,7 @@ function getData() { return; } // Otherwise parse the data and output it as a table - dataElement.innerHTML = `
| Time | Over | @@ -38,8 +38,8 @@ function getData() { l = l.split(","); return `|||||
|---|---|---|---|---|---|---|
| ${l[0]} | -${l[1]} | -${l[2]} | +${l[1]} | +${l[2]} | ${l[3]} | ${l[4]} |