From bbe5abf3e316ececa92f169126a26101ef9d9f32 Mon Sep 17 00:00:00 2001 From: hbk01 <36465253+hbk01@users.noreply.github.com> Date: Sun, 16 Oct 2022 00:59:21 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E4=BF=AE=E5=A4=8DL414-5KR=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=89=A9=E8=B4=A8=E4=B8=AD=E6=97=A0=E6=B3=95=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- L414-5KR-impurities.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L414-5KR-impurities.html b/L414-5KR-impurities.html index 8845499..9b9b5cc 100644 --- a/L414-5KR-impurities.html +++ b/L414-5KR-impurities.html @@ -124,7 +124,7 @@ function setCheckInputEvent() { let checkInput = (event) => { - event.target.value = event.target.value.replace(/[0-9]/g, '') + event.target.value = event.target.value.replace(/[\D]/g, '') } $("#one-all").on("input", checkInput) $("#one-414-3").on("input", checkInput)