aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin2024-12-23 01:35:29 +0100
committerGitHub2024-12-23 01:35:29 +0100
commit52ba7ad6a1979d7e90e44ff4edffc0bd988edb98 (patch)
treeea8416509f32a00df3374def13e373f0e472e43a
parent6b1c6e1a6735998f5bbf1c7f4f2ef72fcdf05583 (diff)
Fix debug log
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d46fbef..60bf3ef 100644
--- a/index.html
+++ b/index.html
@@ -316,7 +316,7 @@ map = \\(0 \\\\\(0 (6 4) (6 3) (6 2) (6 1)))
useWebGL = false;
MAXRES = 3;
window.debugInfo.innerHTML +=
- "detected Apple/Safari, falling back to Canvas with MAXRES=3.<br>";
+ "detected Phone/Safari, falling back to Canvas with MAXRES=3.<br>";
}
const canvas = window.canvas;