From 5f4e2365a213b43adf2dad97787cc100f17bbb06 Mon Sep 17 00:00:00 2001 From: Kristy <124598538+kristy-fournier@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:18:08 -0400 Subject: [PATCH] added comment --- Client/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/scripts.js b/Client/scripts.js index 94b2d5f..b020315 100644 --- a/Client/scripts.js +++ b/Client/scripts.js @@ -337,7 +337,7 @@ if (alertTime == "") { alertTime = 2; document.cookie = "alertTime="+alertTime+"; path=/;" } - +// this is the code that makes the qr code at the very start let tempURL = "http://" + document.location.href.split("/")[2] + "/?ip=" + ip; new QRCode(document.getElementById("qrcode"), { text: tempURL,