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]); }