Add view of upcoming defenses to Field Monitor.

This commit is contained in:
Patrick Fairbank
2016-08-13 21:07:14 -07:00
parent 3d7810b395
commit b323ccd3a1
4 changed files with 135 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ $(function() {
$("[data-toggle=tooltip]").tooltip({"placement": "top"});
// Set up the websocket back to the server.
websocket = new CheesyWebsocket("/match_play/websocket", {
websocket = new CheesyWebsocket("/displays/fta/websocket", {
status: function(event) { handleStatus(event.data); }
});
});