rename that

This commit is contained in:
nelle 2024-09-03 16:10:16 -06:00
parent e4be45c289
commit ea617c850d
3 changed files with 2 additions and 3 deletions

View file

@ -13,7 +13,6 @@ const titleBoxLabel = document.getElementById("titleBoxLabel");
const attachmentBoxLabel = document.getElementById("attachBoxLabel"); const attachmentBoxLabel = document.getElementById("attachBoxLabel");
const clickBoxLabel = document.getElementById("clickBoxLabel"); const clickBoxLabel = document.getElementById("clickBoxLabel");
const msgPFX = "message: " const msgPFX = "message: "
// Random placeholder // Random placeholder

View file

@ -1,4 +1,4 @@
function onload() { function getSGAStates() {
if (sessionStorage.getItem("sgaEnabled")) { if (sessionStorage.getItem("sgaEnabled")) {
enableSGA(); enableSGA();
} }

View file

@ -16,7 +16,7 @@ const { title } = Astro.props;
<head> <head>
<Head title={title} /> <Head title={title} />
</head> </head>
<body onload="onload(), redirect(), getPlaceholder()" id="body"> <body onload="getSGAState(), redirect(), getPlaceholder()" id="body">
<Header /> <Header />
<section class="content center"> <section class="content center">
<h1 class="title">{title}</h1> <h1 class="title">{title}</h1>