summaryrefslogtreecommitdiff
path: root/assets/js/main_new.js
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-05-24 19:33:47 +0200
committermayx <mayx@outlook.com>2025-05-24 19:33:47 +0200
commit2d757a0e7c324eb0e0c374318b8d2bceab37bbaa (patch)
treed311aa29eda0458442967b0528c249df57f90a57 /assets/js/main_new.js
parent7937972e19b3018dd2f61986cdbdffc1f7a50b92 (diff)
Update 2 files
- /Live2dHistoire/live2d/js/message.js - /assets/js/main_new.js
Diffstat (limited to 'assets/js/main_new.js')
-rw-r--r--assets/js/main_new.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/js/main_new.js b/assets/js/main_new.js
index 4f14c78..fbb6926 100644
--- a/assets/js/main_new.js
+++ b/assets/js/main_new.js
@@ -1,11 +1,4 @@
$(function () {
- $("div#landlord").mouseenter(function () {
- $("div.live_ico_box").fadeIn();
- });
- $("div#landlord").mouseleave(function () {
- $("div.live_ico_box").fadeOut();
- });
-
const urlParams = new URLSearchParams(window.location.search);
const keyword = urlParams.get('kw')?.trim();