diff options
author | awy <awy@awy.one> | 2025-08-15 03:01:21 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-15 03:01:21 +0300 |
commit | a9370a08517668b3e98cc1d0bd42df407a76c220 (patch) | |
tree | 37e7bdb0e76f5495f798e077e45d377c0c3870c0 /data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js | |
parent | b73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff) |
Diffstat (limited to 'data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js')
-rw-r--r-- | data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js b/data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js deleted file mode 100644 index be5d271..0000000 --- a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js +++ /dev/null @@ -1,8 +0,0 @@ -window.isMobile = !("windows" in browser); -if (isMobile) { - document.documentElement.classList.add("mobile"); - let s = document.createElement("script"); - s.src = "/html/fastclick.js"; - document.head.appendChild(s); - window.addEventListener("load", e => FastClick.attach(document.body)); -} |