aboutsummaryrefslogtreecommitdiff
path: root/static/main.js
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 21:30:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 21:30:44 +0800
commit0a33d09c241593b5635bc2f9c313d76b4f6dd2fe (patch)
tree4c5d073eeb33950bc35f0656da3307967bd23ecc /static/main.js
parentREADME.md: Clearer statement of goals (diff)
downloadpowxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.tar.gz
powxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.tar.zst
powxy-0a33d09c241593b5635bc2f9c313d76b4f6dd2fe.zip
Remove somewhat-transparent
Diffstat (limited to 'static/main.js')
-rw-r--r--static/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.js b/static/main.js
index 66ff2ab..5fdf060 100644
--- a/static/main.js
+++ b/static/main.js
@@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", async function() {
let { nonce, nonce_bytes } = e.data;
let nonce_str = String.fromCharCode(...nonce_bytes);
field.value = btoa(nonce_str);
- status_el.textContent = "Challenge solved automatically in " + nonce + " iterations";
+ status_el.textContent = "Challenge solved automatically in " + nonce + " iterations.";
};
worker.postMessage({ identifier_bytes, difficulty });