From a85a2db3851d9850deca692e7af3c71ea513af2f Mon Sep 17 00:00:00 2001 From: hayasaka Date: Tue, 22 Aug 2023 09:55:30 +0900 Subject: [PATCH] =?UTF-8?q?event=E3=82=92=E5=8F=97=E3=81=91=E5=8F=96?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- did-login/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/did-login/README.md b/did-login/README.md index b8944a5..db3e61d 100644 --- a/did-login/README.md +++ b/did-login/README.md @@ -126,7 +126,7 @@ document.getElementById("submit").onclick = async () => { }; // DIDとパスワードの保存処理 -document.getElementById("saveBtn").onclick = async () => { +document.getElementById("saveBtn").onclick = async (event) => { event.preventDefault(); const did = document.getElementById("did").value;