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";