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.
1 parent bd4327f commit 689a66cCopy full SHA for 689a66c
src/embed.js
@@ -20,8 +20,9 @@ function initPlaygrounds() {
20
markup = playground.content
21
.querySelector('script[type="text/html"]')
22
?.innerText.trim();
23
+
24
query = playground.content
- .querySelector('script[type="text/javascript"]')
25
+ .querySelector('script[type="text/javascript"], script:not([type])')
26
27
28
const compressed = compress({ markup, query });
0 commit comments