diff options
Diffstat (limited to 'web')
| -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"); |
