Skip to content

Commit b52db7f

Browse files
authored
update
1 parent f9e0085 commit b52db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
metas.append(meta);
2525
};
2626
window.hits = (tag) => {
27-
if (settings.get("miscellaneous_hits", "enable") === "disable") return;
27+
if (settings.get("miscellaneous_hits") === "disable") return;
2828
const hitsUrl = new URL("https://hits.zkitefly.eu.org");
2929
hitsUrl.searchParams.set("tag", tag);
3030
fetch(hitsUrl, { method: "HEAD" }).then((response) => {

0 commit comments

Comments
 (0)