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]} |