Deprecated functions removal

This commit is contained in:
Astrologies 2021-12-22 05:39:22 -05:00
parent bf9b3a7835
commit 7036ef9c81
1 changed files with 3 additions and 1 deletions

View File

@ -4444,8 +4444,10 @@ function getNav()
'.$gameserverstatus.'
</header>
<script>
setInterval(function(){ getJSONCDS("https://api.alphaland.cc/sitepresence/ping"); }, 60000); //ping every minute
setInterval(function(){ getJSONCDS("https://api.alphaland.cc/sitepresence/ping"); }, 60000); //ping every minute;
$(window).on("load", function() {
setTimeout(function() { new Snow("alphaland-main-body");}, 800);
});
</script>
<br/>';
}