From 4193744237004d1030f2e388d1c09b496e986e2b Mon Sep 17 00:00:00 2001 From: depthso <86912923+depthso@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:55:20 +0100 Subject: [PATCH] Update Main.js --- Main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Main.js b/Main.js index ac0c2b1..5b136e5 100644 --- a/Main.js +++ b/Main.js @@ -57,11 +57,6 @@ const FollowUserToExperience = function(userId) { }); }; -function getCookie(name) { - var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); - if (match) return match[2]; -} - (async () => { 'use strict';