diff --git a/globals/config.php b/globals/config.php index 1f30990..156139c 100644 --- a/globals/config.php +++ b/globals/config.php @@ -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"; diff --git a/html/alphaland/js/snowfall/canvas-snow.js b/html/alphaland/js/snowfall/canvas-snow.js index 4ea9a3f..293bdc5 100644 --- a/html/alphaland/js/snowfall/canvas-snow.js +++ b/html/alphaland/js/snowfall/canvas-snow.js @@ -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";