Use const for guestbook variables

This commit is contained in:
Helen Chong 2024-05-15 02:23:41 +08:00
parent 447d1521d8
commit 437e20c197
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
<link href="https://leilukin.neocities.org"/>
<updated>2024-05-14T17:38:17Z</updated>
<updated>2024-05-14T18:23:19Z</updated>
<id>https://leilukin.neocities.org</id>
<author>
<name>Leilukin</name>

View File

@ -452,7 +452,7 @@
hcb_user = {};
}
(function () {
var s = document.createElement("script"),
const s = document.createElement("script"),
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
h = "https://www.htmlcommentbox.com";
s.setAttribute("type", "text/javascript");

View File

@ -87,7 +87,7 @@ eleventyNavigation:
hcb_user = {};
}
(function () {
var s = document.createElement("script"),
const s = document.createElement("script"),
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
h = "https://www.htmlcommentbox.com";
s.setAttribute("type", "text/javascript");