Skip to content

Commit

Permalink
Merge pull request #127 from ConcurrentHashMap/ConcurrentHashMap-patch-2
Browse files Browse the repository at this point in the history
Fix population of inline js
  • Loading branch information
AnandChowdhary authored Jan 11, 2021
2 parents 89bc315 + d93ef0f commit bda1765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ ${config['status-website'].css}
}
{/if}
{#if config['status-website'].js}
{@html `
<script>
{
config["status-website"].js;
}
</script>
${config['status-website'].js}
</script>`
}
{/if}
</svelte:head>

Expand Down

0 comments on commit bda1765

Please sign in to comment.