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}