remove updating status through get request

This commit is contained in:
Sem van der Hoeven
2023-05-31 21:41:27 +02:00
parent 05abff6c67
commit ea5d9429d8

View File

@@ -59,7 +59,6 @@
</body>
<script>
var update_status = setInterval(update_status, 1000);
assign_button_callbacks();
// Helper function to decode base64 image and set it as source of <img> element