aboutsummaryrefslogtreecommitdiff
path: root/web/http
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/http/nissyapp.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/http/nissyapp.mjs b/web/http/nissyapp.mjs
index b056b5f..a653db6 100644
--- a/web/http/nissyapp.mjs
+++ b/web/http/nissyapp.mjs
@@ -1,6 +1,6 @@
1// Run ./build web from the main folder before running this example. 1// Run ./build.sh web from the main folder before running this example.
2// The necessary modules (including worker.mjs) will be built and / or moved 2// The necessary modules (including worker.mjs) will be built and / or moved
3// to this folder when running ./build web. 3// to this folder when running ./build.sh web.
4 4
5var solveButton = document.getElementById("solveButton"); 5var solveButton = document.getElementById("solveButton");
6var pauseResumeButton = document.getElementById("pauseResumeButton"); 6var pauseResumeButton = document.getElementById("pauseResumeButton");

Generated with cgit - Back to sebastiano.tronto.net