mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
Refactor event status to include cycle time calculation.
This commit is contained in:
@@ -30,7 +30,7 @@ var handleMatchTime = function(data) {
|
||||
|
||||
// Handles a websocket message to update the event status message.
|
||||
var handleEventStatus = function(data) {
|
||||
$("#eventStatusMessage").text(data);
|
||||
$("#earlyLateMessage").text(data.EarlyLateMessage);
|
||||
};
|
||||
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user