From 4ea4ca8889c0bc8a7a8c490f0fad7a887e52a6c6 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 1 May 2026 15:50:48 +0800 Subject: remove alert --- www/scripts/captcha.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/scripts/captcha.js b/www/scripts/captcha.js index 3095155..e0ebf96 100644 --- a/www/scripts/captcha.js +++ b/www/scripts/captcha.js @@ -10,8 +10,6 @@ async function onTurnstileSuccess(token) { const result = await response.json(); if (result.status) { - alert(result); } else { - alert("fail"); } } -- cgit v1.2.3