Cleanup, formatting, comments, added onclick functions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
function timerStart()
|
||||
{
|
||||
fetch("/admin/timerStart", {
|
||||
method: "POST",
|
||||
headers: {'Content-Type': 'text/html'},
|
||||
body: ""
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user