From f5ef9d42ebe7b2be932b35db7c5d801e9cfeb2c1 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 10 Mar 2025 21:22:04 +0530 Subject: refactor code; add genre colors; rename video player class --- static/js/captcha.js | 0 static/js/chat.js | 0 static/js/db.js | 0 static/js/editor-theme.js | 0 static/js/globals.js | 0 static/js/jquery-1.12.4.min.js | 0 static/js/libs/hls.js | 0 static/js/libs/marquee.js | 0 static/js/libs/pamphlet.js | 0 static/js/libs/videoPlayer.js | 0 static/js/oneko.js | 0 static/js/phone_compatibility.js | 0 static/js/postHandler.js | 0 static/js/shared/animeList.js | 0 static/js/shared/directory.js | 0 static/js/shared/headerEasterEggs.js | 0 static/js/shared/kawaiiBeatsPlayer.js | 0 static/js/spells.js | 0 static/js/tl.js | 0 19 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 static/js/captcha.js mode change 100755 => 100644 static/js/chat.js mode change 100755 => 100644 static/js/db.js mode change 100755 => 100644 static/js/editor-theme.js mode change 100755 => 100644 static/js/globals.js mode change 100755 => 100644 static/js/jquery-1.12.4.min.js mode change 100755 => 100644 static/js/libs/hls.js mode change 100755 => 100644 static/js/libs/marquee.js mode change 100755 => 100644 static/js/libs/pamphlet.js mode change 100755 => 100644 static/js/libs/videoPlayer.js mode change 100755 => 100644 static/js/oneko.js mode change 100755 => 100644 static/js/phone_compatibility.js mode change 100755 => 100644 static/js/postHandler.js mode change 100755 => 100644 static/js/shared/animeList.js mode change 100755 => 100644 static/js/shared/directory.js mode change 100755 => 100644 static/js/shared/headerEasterEggs.js mode change 100755 => 100644 static/js/shared/kawaiiBeatsPlayer.js mode change 100755 => 100644 static/js/spells.js mode change 100755 => 100644 static/js/tl.js (limited to 'static/js') diff --git a/static/js/captcha.js b/static/js/captcha.js old mode 100755 new mode 100644 diff --git a/static/js/chat.js b/static/js/chat.js old mode 100755 new mode 100644 diff --git a/static/js/db.js b/static/js/db.js old mode 100755 new mode 100644 diff --git a/static/js/editor-theme.js b/static/js/editor-theme.js old mode 100755 new mode 100644 diff --git a/static/js/globals.js b/static/js/globals.js old mode 100755 new mode 100644 diff --git a/static/js/jquery-1.12.4.min.js b/static/js/jquery-1.12.4.min.js old mode 100755 new mode 100644 diff --git a/static/js/libs/hls.js b/static/js/libs/hls.js old mode 100755 new mode 100644 diff --git a/static/js/libs/marquee.js b/static/js/libs/marquee.js old mode 100755 new mode 100644 diff --git a/static/js/libs/pamphlet.js b/static/js/libs/pamphlet.js old mode 100755 new mode 100644 diff --git a/static/js/libs/videoPlayer.js b/static/js/libs/videoPlayer.js old mode 100755 new mode 100644 diff --git a/static/js/oneko.js b/static/js/oneko.js old mode 100755 new mode 100644 diff --git a/static/js/phone_compatibility.js b/static/js/phone_compatibility.js old mode 100755 new mode 100644 diff --git a/static/js/postHandler.js b/static/js/postHandler.js old mode 100755 new mode 100644 diff --git a/static/js/shared/animeList.js b/static/js/shared/animeList.js old mode 100755 new mode 100644 diff --git a/static/js/shared/directory.js b/static/js/shared/directory.js old mode 100755 new mode 100644 diff --git a/static/js/shared/headerEasterEggs.js b/static/js/shared/headerEasterEggs.js old mode 100755 new mode 100644 diff --git a/static/js/shared/kawaiiBeatsPlayer.js b/static/js/shared/kawaiiBeatsPlayer.js old mode 100755 new mode 100644 diff --git a/static/js/spells.js b/static/js/spells.js old mode 100755 new mode 100644 diff --git a/static/js/tl.js b/static/js/tl.js old mode 100755 new mode 100644 -- cgit v1.2.3