diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:49:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:49:36 +0200 |
| commit | 2a38070d44ed01753c51067bbd7f007e4b74bd6b (patch) | |
| tree | 56c0e3251801345eed11de8657438d3bad1eb4d6 /web/http/nissyapp.mjs | |
| parent | de9b93c702e771d4b8ca8c6dae6f33e25f383741 (diff) | |
| download | nissy-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.mjs | 4 |
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 | ||
| 5 | var solveButton = document.getElementById("solveButton"); | 5 | var solveButton = document.getElementById("solveButton"); |
| 6 | var pauseResumeButton = document.getElementById("pauseResumeButton"); | 6 | var pauseResumeButton = document.getElementById("pauseResumeButton"); |
