bug fix and update button
This commit is contained in:
@@ -839,6 +839,16 @@ stopButton.addEventListener("click", () => {
|
||||
});
|
||||
});
|
||||
|
||||
var updateButton = document.getElementById("update-btn");
|
||||
updateButton.addEventListener("click", () => {
|
||||
|
||||
fetch("/update", {
|
||||
method: "POST",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
var dispFormatButton = document.getElementById("dispformat-btn");
|
||||
|
||||
var displayFormats = document.getElementById("inputDisplayFormat");
|
||||
|
Reference in New Issue
Block a user