alphaland snow update :)

This commit is contained in:
Astrologies 2021-12-17 06:14:41 -05:00
parent 5f78567e3b
commit cf84b07f71
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ try
$pdo = new PDO("mysql:host=localhost;dbname=alphalanddatabase", "aa9205c5b776b2368833bec1e8b34e1c", "68adae776e087fb1b34baf439710cf94", $pdoOptions);
//general vars
$jsversion = "3.08"; //update this after updating JS, this will re-cache the latest js for users
$cssversion = "3.02"; //update this after updating CSS, this will re-cache the latest css for users
$jsversion = "12.00"; //update this after updating JS, this will re-cache the latest js for users
$cssversion = "12.00"; //update this after updating CSS, this will re-cache the latest css for users
$siteName = "Alphaland"; //site name
$domain = "alphaland.cc";

View File

@ -13,7 +13,7 @@ var requestAnimationFrame =
return setTimeout(callback, 1);
};
function Blizzard(parentId) {
function Snow(parentId) {
//Set up required variables
var parent = document.getElementById(parentId);
parent.style.position = "relative";