Remove server things from repo (#2475)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
Jonah Aragon 2024-04-03 07:06:38 +00:00 committed by Daniel Gray
parent 04c37b9cdf
commit ce7896c07f
No known key found for this signature in database
GPG key ID: 41911F722B0F9AE3
28 changed files with 226 additions and 620 deletions

View file

@ -22,7 +22,7 @@ function getCookie(cname) {
var consent = __md_get("__consent")
if (!consent) {
__md_set("__consent", {umami: true});
__md_set("__consent", {"umami":true,"github":true});
if (getCookie('resolution') == '') {
const resolution = `${window.screen.width}x${window.screen.height}`;
setCookie('resolution', resolution, 30);