preparing control unit setup

This commit is contained in:
Stephan Richter
2020-09-30 22:47:58 +02:00
parent e8d5e1ab56
commit cd6c918680
4 changed files with 59 additions and 49 deletions

View File

@@ -176,6 +176,7 @@ window.onload = function () {
$('.menu .move .list div').click(enableMove);
$('.menu .actions .list > div').click(runAction);
$('.menu .trains .list > div').click(runAction);
$('.menu .hardware .list > div').click(runAction);
$(PLAN).click(planClick);
(new EventSource("stream")).onmessage = stream;
}