From 0a33d09c241593b5635bc2f9c313d76b4f6dd2fe Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 21:30:44 +0800 Subject: Remove somewhat-transparent --- static/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/main.js') 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 }); -- cgit v1.2.3