From de6cc1bd90fb14f60962cdba7113242f8ac3394a Mon Sep 17 00:00:00 2001 From: v1nc Date: Mon, 11 May 2020 10:47:07 +0000 Subject: [PATCH] fix typo --- apps/qrcode/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qrcode/custom.html b/apps/qrcode/custom.html index d0d9ac007..589c0958d 100644 --- a/apps/qrcode/custom.html +++ b/apps/qrcode/custom.html @@ -55,7 +55,7 @@ } function refreshWifiQRCode(){ const ssid = document.getElementById("ssid").value; - const password = document.getElementById("ssid)".value; + const password = document.getElementById("ssid").value; const encryption = document.getElementById("encryption").value; const hidden = document.getElementById("hidden").checked; const wifiString = generateWifiString(ssid, password, hidden, encryption);