diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/.DS_Store | bin | 10244 -> 10244 bytes | |||
-rw-r--r-- | assets/js/common.js | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differindex b5223c8..b8d5529 100644 --- a/assets/.DS_Store +++ b/assets/.DS_Store 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 |