]> source.dussan.org Git - jquery-ui.git/commitdiff
Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 6 Oct 2015 12:30:15 +0000 (14:30 +0200)
committerAlexander Schmitz <arschmitz@gmail.com>
Thu, 8 Oct 2015 18:02:59 +0000 (14:02 -0400)
demos/bootstrap.js

index 7da6cb534d6b7ebfdfd888a4fdf76fca5968e8d4..9a82071c7978bf111b909bf67a86ea19f2e803bf 100644 (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 );
 } );
 
 } )();