Fix wrong status code displaying.
Uncomment GPIO lines in the signaler.
This commit is contained in:
parent
0c989c06d0
commit
b6b684af25
2 changed files with 3 additions and 6 deletions
|
@ -33,9 +33,6 @@
|
|||
responseP.innerHTML = "Starting...";
|
||||
xhttp.open("GET", "/start", true);
|
||||
xhttp.send();
|
||||
setTimeout(function() {
|
||||
responseP.innerHTML = "Started.";
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
function givehint() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue