diff options
author | mayx <mayx@outlook.com> | 2024-04-08 14:52:09 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2024-04-08 14:52:09 +0200 |
commit | f1e707038007fbfb3bf6c1589219d1267f1e2d9c (patch) | |
tree | 8343235b9100e0eca524eefd097ab05992e2b395 /js | |
parent | 10a3521795f7557934b239e5ac25c28b32013b6a (diff) |
Update 2 files
- /js/main.js
- /_posts/2024-04-06-old-pc.md
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ $(window).bind("scroll", $backToTopFun); $(function() { $backToTopFun(); }); })(); -var auxiliaryHost = "https://counter.mayx.eu.org"; +var auxiliaryHost = "https://mayx.count.linkpc.net"; $(function(){ $("div#landlord").mouseenter(function(){ $("div.live_ico_box").fadeIn(); |