obus/python/static/controller.js

10 lines
97 B
JavaScript
Raw Normal View History

2022-01-19 20:44:54 +01:00
function startbutton() {
fetch('/start');
}
function restartbutton() {
fetch('/restart');
}