This commit is contained in:
2026-06-30 20:16:25 +02:00
parent 88e955889f
commit 9d768185b6
+1 -1
View File
@@ -172,7 +172,7 @@ document.addEventListener("DOMContentLoaded", async function () {
let engine = getEngine() let engine = getEngine()
if (!["gecko", "blink"].includes(engine)) if (!["gecko", "blink"].includes(engine))
{ alert("Your web browser is not supported, expect major issues.\nRendering engine:" + engine) } { alert("Your web browser is not supported, expect major issues.\nRendering engine: " + engine) }
setLoadingProgress("Fetching tips...") setLoadingProgress("Fetching tips...")