Skip to content

Commit 92ba92e

Browse files
committed
oopsie
1 parent 741b4de commit 92ba92e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/routes/+layout.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { onMount } from "svelte";
44
import ServerSwitcher from "$lib/components/ServerSwitcher.svelte";
55
import { initializeTooling, SessionState, State } from "$lib/state.js";
6+
import Ad from "$lib/components/Ad.svelte";
67
78
let { children } = $props();
89
@@ -56,7 +57,7 @@
5657
if (useGA4 && idToUse) {
5758
injectGA4(idToUse);
5859
}
59-
if ((!isAHost && adsEnabled) || SessionState.devMode) {
60+
if ((!isAHost && !adblockEnabled) || SessionState.devMode) {
6061
console.log("[R][LAYOUT][BASE] Bad Ads enabled");
6162
injectBadAds();
6263
} else {

static/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-29T23:34:00.144Z
1+
2025-10-29T23:36:58.299Z

0 commit comments

Comments
 (0)