We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95019eb + ed0f92b commit 6894814Copy full SHA for 6894814
static/script.js
@@ -1,7 +1,3 @@
1
-<script
2
- type="text/javascript"
3
- id="hs-script-loader"
4
- async
5
- defer
6
- src="//js.hs-scripts.com/22554992.js"
7
-></script>;
+let script = document.createElement("hs-script-loader");
+script.src = "//js.hs-scripts.com/22554992.js";
+document.body.append(script);
0 commit comments