From 41c51b8bdb9c8e9fa4a7d56f260d594739d4107e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 30 Oct 2023 23:08:45 +0100 Subject: Updated 35 files and added 28 files (automated) --- assets/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/js/common.js') diff --git a/assets/js/common.js b/assets/js/common.js index 4668316..6ccd25c 100644 --- a/assets/js/common.js +++ b/assets/js/common.js @@ -16,7 +16,7 @@ if (window.MistAndroid) { document.head.append(style); -if (navigator.userAgent.includes("MistNative/darwin") || navigator.userAgent.includes("MistNative/win32")) { - document.getElementById("native-css").disabled = false; +if (navigator.userAgent.includes("MistNative/darwin")) { + if (document.getElementById("native-css")) document.getElementById("native-css").disabled = false; document.body.classList.remove("crossplatform"); } \ No newline at end of file -- cgit