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 f452d2e commit 5b93b3aCopy full SHA for 5b93b3a
templates/default/fulldoc/html/js/app.js
@@ -373,7 +373,7 @@ window.addEventListener(
373
(script.type.includes("text/javascript") && !script.src)
374
) {
375
const newScript = document.createElement("script");
376
- newScript.type = script.type;
+ newScript.type = "text/javascript";
377
newScript.textContent = script.textContent;
378
document.head.appendChild(newScript);
379
}
0 commit comments