Skip to content

Commit 99f7534

Browse files
committed
fixed some things lolzzz
1 parent e4575b8 commit 99f7534

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
</p>
6565
<div class="information">
6666
<!-- none of this information is statefull, therefore none of it will update. this is intended behavior -->
67-
<b>Running Information:</b>
68-
Browser: {browser && navigator.userAgent}<br />
69-
Host: {browser && window.location.hostname}<br />
67+
<b>Running Information:</b><br>
68+
Browser: {browser ? navigator.userAgent : "<SSR_HOST>"}<br />
69+
Host: {browser ? window.location.hostname : "<SSR_HOST>"}<br />
7070
DevMode: {SessionState.devMode}<br />
7171
AdBlock: {SessionState.adBlockEnabled}<br />
7272
Current Server: {State.currentServer.name} (Loaded {State.servers

0 commit comments

Comments
 (0)