mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add view of upcoming defenses to Field Monitor.
This commit is contained in:
@@ -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); }
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user