Skip to content

Commit 21acf69

Browse files
committed
Demos: Fixup correct name
1 parent 7336a58 commit 21acf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require( modules, function() {
5454
document.documentElement.className = "";
5555

5656
newScript.text = "( function() { " + script.innerHTML + " } )();";
57-
document.head.appendChild( script ).parentNode.removeChild( script );
57+
document.head.appendChild( newScript ).parentNode.removeChild( newScript );
5858
} );
5959

6060
} )();

0 commit comments

Comments
 (0)