undid an automatic reindent

This commit is contained in:
2026-06-30 20:17:33 +02:00
parent 9d768185b6
commit 6adefe7210
-1
View File
@@ -146,7 +146,6 @@ function setVh() {
document.documentElement.style.setProperty("--vh", window.innerHeight * 0.01 + "px")
}
function getEngine() {
if ("MozAppearance" in document.documentElement.style)
{ return "gecko" }