Deploying to release from @ PJ-568/568tools@149c7dae4bc558c0bd758e6cf7b26b263e442573 🚀

release
PJ-568 1 year ago
parent 493fdf3515
commit 17d0473336

@ -29,6 +29,7 @@ switch (lang) {
}
var giscus = function () {
if (document.getElementById("giscus-container") != null) {
const script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://giscus.app/client.js";
@ -49,7 +50,9 @@ var giscus = function () {
script.crossOrigin = "anonymous";
script.async = true;
document.getElementById("giscus-container").appendChild(script);
}
};
window.addEventListener('load', giscus);

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save