From: Jörn Zaefferer Date: Tue, 6 Oct 2015 12:30:15 +0000 (+0200) Subject: Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15 X-Git-Tag: 1.12.0-beta.1~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b58ad12a680c37397909867e1fac31e692690259;p=jquery-ui.git Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15 --- diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 7da6cb534..9a82071c7 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -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 ); } ); } )();