summaryrefslogtreecommitdiff
path: root/html/assets/oneko.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/assets/oneko.js')
-rw-r--r--html/assets/oneko.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/html/assets/oneko.js b/html/assets/oneko.js
index 789c2e0..40e6746 100644
--- a/html/assets/oneko.js
+++ b/html/assets/oneko.js
@@ -1,12 +1,6 @@
// oneko.js: https://github.com/adryd325/oneko.js
(function oneko() {
- const isReducedMotion =
- window.matchMedia(`(prefers-reduced-motion: reduce)`) === true ||
- window.matchMedia(`(prefers-reduced-motion: reduce)`).matches === true;
-
- if (isReducedMotion) return;
-
const nekoEl = document.createElement("div");
let persistPosition = true;