diff options
author | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
commit | 4c90b15a84eea1f64d088fd0db988c63daafa1f9 (patch) | |
tree | 2da975946051c5b3bd2351ca0c58bff5258ce51d /data/extensions/jid1-KtlZuoiikVfFew@jetpack/html/mobile.js | |
parent | c939d76c33294791cce8ce1722bd6747dadbe31f (diff) | |
download | gnuzilla-4c90b15a84eea1f64d088fd0db988c63daafa1f9.tar.gz |
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)); -} |