diff options
author | mayx | 2025-05-24 17:33:47 +0000 |
---|---|---|
committer | mayx | 2025-05-24 17:33:47 +0000 |
commit | 2d757a0e7c324eb0e0c374318b8d2bceab37bbaa (patch) | |
tree | d311aa29eda0458442967b0528c249df57f90a57 /assets/js | |
parent | 7937972e19b3018dd2f61986cdbdffc1f7a50b92 (diff) |
Update 2 files
- /Live2dHistoire/live2d/js/message.js - /assets/js/main_new.js
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/main_new.js | 7 |
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(); |