From e4be45c289e0a1262d3ec379eca09d6edc15ae1b Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 3 Sep 2024 16:06:59 -0600 Subject: [PATCH] not real --- astro/.vscode/settings.json | 3 ++- astro/public/scripts/sga.js | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/astro/.vscode/settings.json b/astro/.vscode/settings.json index bd122d0..d14d334 100644 --- a/astro/.vscode/settings.json +++ b/astro/.vscode/settings.json @@ -2,5 +2,6 @@ "cSpell.words": [ "bsod", "kanban" - ] + ], + "compile-hero.disable-compile-files-on-did-save-code": true } \ No newline at end of file diff --git a/astro/public/scripts/sga.js b/astro/public/scripts/sga.js index 8515570..ba339e5 100644 --- a/astro/public/scripts/sga.js +++ b/astro/public/scripts/sga.js @@ -1,20 +1,9 @@ -// IF YOU EDIT ANYTHING IN HERE DONT FORGET TO EDIT THE SCRIPT IN LAYOUT.ASTRO BECAUSE FUCK ME function onload() { if (sessionStorage.getItem("sgaEnabled")) { enableSGA(); } } -/* - // IF YOU EDIT ANYTHING IN HERE DONT FORGET TO EDIT THE SCRIPT IN SGA.JS BECAUSE FUCK ME - if (sessionStorage.getItem("sgaEnabled")) { - document.getElementById("body").style.fontFamily = - "standardGalactic, system-ui"; - sessionStorage.setItem("sgaEnabled", 1); - console.debug(sessionStorage.getItem("sgaEnabled")); - } -*/ - function enableSGA() { document.getElementById("body").style.fontFamily = "standardGalactic, system-ui";