We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7336a58 commit 21acf69Copy full SHA for 21acf69
demos/bootstrap.js
@@ -54,7 +54,7 @@ require( modules, function() {
54
document.documentElement.className = "";
55
56
newScript.text = "( function() { " + script.innerHTML + " } )();";
57
- document.head.appendChild( script ).parentNode.removeChild( script );
+ document.head.appendChild( newScript ).parentNode.removeChild( newScript );
58
} );
59
60
} )();
0 commit comments