Deprecated functions removal
This commit is contained in:
parent
bf9b3a7835
commit
7036ef9c81
|
|
@ -4444,8 +4444,10 @@ function getNav()
|
||||||
'.$gameserverstatus.'
|
'.$gameserverstatus.'
|
||||||
</header>
|
</header>
|
||||||
<script>
|
<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);
|
setTimeout(function() { new Snow("alphaland-main-body");}, 800);
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
<br/>';
|
<br/>';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue