obus/python/static/controller.js
2022-01-19 20:44:54 +01:00

9 lines
97 B
JavaScript

function startbutton() {
fetch('/start');
}
function restartbutton() {
fetch('/restart');
}