diff options
author | mayx | 2024-04-08 12:52:09 +0000 |
---|---|---|
committer | mayx | 2024-04-08 12:52:09 +0000 |
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
diff --git a/js/main.js b/js/main.js index c14a457..848ec76 100644 --- a/js/main.js +++ b/js/main.js @@ -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(); |