Skip to content

Commit

Permalink
Revert "Revert "ensure that Katacoda won't try to load before the pag…
Browse files Browse the repository at this point in the history
…e content" (#1093)" (#1099)

This reverts commit 6c6b9a2 [formerly 9998a1c].

Former-commit-id: bae1430
  • Loading branch information
josh-heyer authored Mar 19, 2021
1 parent ad4238b commit 41147c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/katacoda-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ const KatacodaPanel = ({ katacodaPanelData }) => {
return (
<>
<Helmet>
<script src="https://katacoda.com/embed.js" />
<script
src="https://katacoda.com/embed.js"
data-katacoda-ondemand="true"
/>
</Helmet>

{isShown ? (
Expand Down

0 comments on commit 41147c8

Please sign in to comment.