From 417c403ba8e46dd97ffe656fc8761cb8c6380652 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 26 Nov 2023 17:10:11 +0100 Subject: Updated 13 files and added app/studio.php (automated) --- assets/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js') 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 -- cgit