From 71ebd23fd06e7adaa99524c8d64636cc3d20cb46 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:18:30 -0700 Subject: [PATCH] . --- src/resources/scripts/main.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 0bd5d6c..7440c0c 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -473,8 +473,5 @@ if (window.location.pathname === '/welcome/') { if (window.location.hostname === null) { // Stop the minifier from removing these functions - navigate.home.game(); - cookie.get(''); - query.get(''); - versionSelector.close(); + console.log([navigate, cookie, query, versionSelector]); }