summaryrefslogtreecommitdiff
path: root/src/client/os.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-02-17 21:34:20 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-02-17 21:34:20 +0900
commit10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449 (patch)
tree45993e72fc830697672cf3121242406d1fffebec /src/client/os.ts
parentwip (diff)
downloadmisskey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.tar.gz
misskey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.tar.bz2
misskey-10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449.zip
リファクタ等
Diffstat (limited to 'src/client/os.ts')
-rw-r--r--src/client/os.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/os.ts b/src/client/os.ts
index 95dcd3eb65..59ee3617e1 100644
--- a/src/client/os.ts
+++ b/src/client/os.ts
@@ -9,9 +9,6 @@ import { resolve } from '@/router';
import { $i } from '@/account';
import { defaultStore } from '@/store';
-const ua = navigator.userAgent.toLowerCase();
-export const isMobile = /mobile|iphone|ipad|android/.test(ua);
-
export const stream = markRaw(new Stream());
export const pendingApiRequestsCount = ref(0);