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 clickBoxLabel = document.getElementById("clickBoxLabel");
const msgPFX = "message: "
// Random placeholder

View file

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

View file

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