aboutsummaryrefslogtreecommitdiff
path: root/web/http
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-12 15:49:36 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-12 15:49:36 +0200
commit2a38070d44ed01753c51067bbd7f007e4b74bd6b (patch)
tree56c0e3251801345eed11de8657438d3bad1eb4d6 /web/http
parentde9b93c702e771d4b8ca8c6dae6f33e25f383741 (diff)
downloadnissy-core-2a38070d44ed01753c51067bbd7f007e4b74bd6b.tar.gz
nissy-core-2a38070d44ed01753c51067bbd7f007e4b74bd6b.zip
Renamed UNIX build script to build.sh, added info to README.md related to windows build
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