From 9496374119407eccfc7fce25a7eb116b9d37459a Mon Sep 17 00:00:00 2001 From: Astrologies Date: Sat, 18 Dec 2021 03:22:33 -0500 Subject: [PATCH] alphaland snow update :) --- html/alphaland/js/snowfall/canvas-snow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/alphaland/js/snowfall/canvas-snow.js b/html/alphaland/js/snowfall/canvas-snow.js index 293bdc5..85982f4 100644 --- a/html/alphaland/js/snowfall/canvas-snow.js +++ b/html/alphaland/js/snowfall/canvas-snow.js @@ -66,7 +66,7 @@ function Snow(parentId) { }); } - window.addEventListener("resize", setPositions); + //window.addEventListener("resize", setPositions); }