diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index fb51a9ec9..5e690afdf 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -34,6 +34,7 @@ function getData() { Ball Event Metadata + Steps `+data.trim().split("\n").map(l=>{ l = l.split(","); return ` @@ -42,6 +43,7 @@ function getData() { ${l[2]} ${l[3]} ${l[4]} + ${l[5]} ` }).join("\n")+""; });