diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-26 17:10:11 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-26 17:10:11 +0100 |
commit | 417c403ba8e46dd97ffe656fc8761cb8c6380652 (patch) | |
tree | 208c8d5aa23ca4b8ddc35d2b37159ab4ab07b901 /assets/js/common.js | |
parent | e1fe55e82cc4af07a5e4544de1629b9d25c9ce2b (diff) | |
download | mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.tar.gz mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.tar.bz2 mist-417c403ba8e46dd97ffe656fc8761cb8c6380652.zip |
Updated 13 files and added app/studio.php (automated)
Diffstat (limited to 'assets/js/common.js')
-rw-r--r-- | assets/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/common.js b/assets/js/common.js index 6ccd25c..0762d07 100644 --- a/assets/js/common.js +++ b/assets/js/common.js @@ -18,5 +18,5 @@ document.head.append(style); if (navigator.userAgent.includes("MistNative/darwin")) { if (document.getElementById("native-css")) document.getElementById("native-css").disabled = false; - document.body.classList.remove("crossplatform"); + if (document.body) document.body.classList.remove("crossplatform"); }
\ No newline at end of file |