From d93ef0fe146bc37a02ae6ec85ae6d7445448efb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Buschh=C3=BCter?= <7402908+ConcurrentHashMap@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:58:12 +0100 Subject: [PATCH] Fix population of inline js --- src/routes/_layout.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 6ac7948..40f47ef 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -42,11 +42,11 @@ ${config['status-website'].css} } {/if} {#if config['status-website'].js} + {@html ` +${config['status-website'].js} + ` + } {/if}