Use const for guestbook variables
This commit is contained in:
parent
447d1521d8
commit
437e20c197
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin'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>
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue