This commit is contained in:
Sem van der Hoeven
2023-05-31 20:35:42 +02:00
parent 5fdc4d6642
commit bdcdb19d96

View File

@@ -59,7 +59,7 @@
</body> </body>
<script> <script>
var update_status = setInterval(update_status, 1000); // var update_status = setInterval(update_status, 1000);
assign_button_callbacks(); assign_button_callbacks();
window.onload = function () { window.onload = function () {
const events = new EventSource("/events"); const events = new EventSource("/events");