From 00cc1364b125e2e70437c35d697fbdf587c9cf87 Mon Sep 17 00:00:00 2001 From: HotPizzaYT <57576298+HotPizzaYT@users.noreply.github.com> Date: Sun, 8 May 2022 11:34:09 -0500 Subject: [PATCH] Add test line --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 8beccad..9ba3fb9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,6 +14,7 @@ return strTime; } function load(){ + alert(window.navigator.userAgent); if(window.navigator.userAgent.includes("Nintendo DSi")){ console.log("isDSi"); document.body.style.width = "240px";