Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15

This commit is contained in:
Jörn Zaefferer 2015-10-06 14:30:15 +02:00 committed by Alexander Schmitz
parent dbadc01fbd
commit b58ad12a68

2
demos/bootstrap.js vendored
View File

@ -106,7 +106,7 @@ require( modules, function() {
document.documentElement.className = "";
newScript.text = "( function() { " + script.innerHTML + " } )();";
document.head.appendChild( newScript ).parentNode.removeChild( newScript );
document.body.appendChild( newScript ).parentNode.removeChild( newScript );
} );
} )();