mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Show 'BYP' instead of just 'B' for bypass on field monitor.
This commit is contained in:
@@ -87,7 +87,7 @@ var handleArenaStatus = function(data) {
|
||||
teamBypassElement.text("ES");
|
||||
} else if (stationStatus.Bypass) {
|
||||
teamBypassElement.attr("data-status-ok", false);
|
||||
teamBypassElement.text("B");
|
||||
teamBypassElement.text("BYP");
|
||||
} else {
|
||||
teamBypassElement.attr("data-status-ok", true);
|
||||
teamBypassElement.text("ES");
|
||||
|
||||
Reference in New Issue
Block a user