Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/DogeNetwork/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fowntain committed Sep 9, 2024
2 parents 05c650c + 58cedc2 commit cc8b7a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ function visitSite() {
}
}



var domain = window.location.hostname;
if (domain.endsWith('vercel.app')) {
localStorage.setItem('isVercel', 'true');
Expand All @@ -204,4 +202,4 @@ if (domain.endsWith('vercel.app')) {
console.log(
"%cCyborgEDU (Student Pack) v32.537.2.11",
"color: yellow; font-size: 16px"
);
);

0 comments on commit cc8b7a7

Please sign in to comment.