Refactor event status to include cycle time calculation.

This commit is contained in:
Patrick Fairbank
2020-03-29 18:40:11 -07:00
parent 6cef7112ae
commit 7c7b90f8cc
14 changed files with 256 additions and 177 deletions

View File

@@ -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() {