obus/python/static/controller.js

10 lines
97 B
JavaScript
Raw Normal View History

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