diff options
author | mayx | 2022-01-27 06:24:46 +0000 |
---|---|---|
committer | mayx | 2022-01-27 06:24:46 +0000 |
commit | 28810075bcd1bde772617aa225662cd1a7fa49c6 (patch) | |
tree | 490e1968a96a33b79f3e81b5cfcb304421c0d309 /js | |
parent | 87be738a90d09820f8fb8d0dcd90a4da43ccf98a (diff) |
Update main.js
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 3e359c0..329b132 100644 --- a/js/main.js +++ b/js/main.js @@ -9,7 +9,7 @@ $(window).bind("scroll", $backToTopFun); $(function() { $backToTopFun(); }); })(); -var auxiliaryHost = "https://counter.mayx.me"; +var auxiliaryHost = "https://counter.mayx.eu.org"; $(function(){ $("div#landlord").mouseenter(function(){ $("div.live_ico_box").fadeIn(); |