Use const for guestbook variables
This commit is contained in:
parent
447d1521d8
commit
437e20c197
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<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>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -452,7 +452,7 @@
|
||||||
hcb_user = {};
|
hcb_user = {};
|
||||||
}
|
}
|
||||||
(function () {
|
(function () {
|
||||||
var s = document.createElement("script"),
|
const s = document.createElement("script"),
|
||||||
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
|
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
|
||||||
h = "https://www.htmlcommentbox.com";
|
h = "https://www.htmlcommentbox.com";
|
||||||
s.setAttribute("type", "text/javascript");
|
s.setAttribute("type", "text/javascript");
|
||||||
|
|
|
@ -87,7 +87,7 @@ eleventyNavigation:
|
||||||
hcb_user = {};
|
hcb_user = {};
|
||||||
}
|
}
|
||||||
(function () {
|
(function () {
|
||||||
var s = document.createElement("script"),
|
const s = document.createElement("script"),
|
||||||
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
|
l = hcb_user.PAGE || ("" + window.location).replace(/'/g, "%27"),
|
||||||
h = "https://www.htmlcommentbox.com";
|
h = "https://www.htmlcommentbox.com";
|
||||||
s.setAttribute("type", "text/javascript");
|
s.setAttribute("type", "text/javascript");
|
||||||
|
|
Loading…
Reference in New Issue