Skip to content

Commit

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

This reverts commit 095be69 [formerly d1b5b7a].

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

{isShown ? (
Expand Down

0 comments on commit 6c6b9a2

Please sign in to comment.