rename that
This commit is contained in:
parent
e4be45c289
commit
ea617c850d
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,6 @@ const titleBoxLabel = document.getElementById("titleBoxLabel");
|
|||
const attachmentBoxLabel = document.getElementById("attachBoxLabel");
|
||||
const clickBoxLabel = document.getElementById("clickBoxLabel");
|
||||
|
||||
|
||||
const msgPFX = "message: "
|
||||
|
||||
// Random placeholder
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
function onload() {
|
||||
function getSGAStates() {
|
||||
if (sessionStorage.getItem("sgaEnabled")) {
|
||||
enableSGA();
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue