Update Main.js

This commit is contained in:
depthso 2023-10-09 19:55:20 +01:00 committed by GitHub
parent 739f33983f
commit 4193744237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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';