From ea617c850d434e768777be731dfcb178e9d6ef06 Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 3 Sep 2024 16:10:16 -0600 Subject: [PATCH] rename that --- astro/public/scripts/ntfy.js | 1 - astro/public/scripts/sga.js | 2 +- astro/src/layouts/Layout.astro | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astro/public/scripts/ntfy.js b/astro/public/scripts/ntfy.js index 34d33bd..36d4e3e 100644 --- a/astro/public/scripts/ntfy.js +++ b/astro/public/scripts/ntfy.js @@ -13,7 +13,6 @@ const titleBoxLabel = document.getElementById("titleBoxLabel"); const attachmentBoxLabel = document.getElementById("attachBoxLabel"); const clickBoxLabel = document.getElementById("clickBoxLabel"); - const msgPFX = "message: " // Random placeholder diff --git a/astro/public/scripts/sga.js b/astro/public/scripts/sga.js index ba339e5..9a8df47 100644 --- a/astro/public/scripts/sga.js +++ b/astro/public/scripts/sga.js @@ -1,4 +1,4 @@ -function onload() { +function getSGAStates() { if (sessionStorage.getItem("sgaEnabled")) { enableSGA(); } diff --git a/astro/src/layouts/Layout.astro b/astro/src/layouts/Layout.astro index 16933ad..d5c0b03 100755 --- a/astro/src/layouts/Layout.astro +++ b/astro/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const { title } = Astro.props; - +

{title}