We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e0085 commit b52db7fCopy full SHA for b52db7f
assets/js/meta.js
@@ -24,7 +24,7 @@
24
metas.append(meta);
25
};
26
window.hits = (tag) => {
27
- if (settings.get("miscellaneous_hits", "enable") === "disable") return;
+ if (settings.get("miscellaneous_hits") === "disable") return;
28
const hitsUrl = new URL("https://hits.zkitefly.eu.org");
29
hitsUrl.searchParams.set("tag", tag);
30
fetch(hitsUrl, { method: "HEAD" }).then((response) => {
0 commit comments