diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-06 14:30:15 +0200 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:59 -0400 |
commit | b58ad12a680c37397909867e1fac31e692690259 (patch) | |
tree | 95100e0ce5a3eeeec0aa4ffc329a81d852145398 /demos/bootstrap.js | |
parent | dbadc01fbd846d90cd01e34bc1c8f9194545f7f3 (diff) | |
download | jquery-ui-b58ad12a680c37397909867e1fac31e692690259.tar.gz jquery-ui-b58ad12a680c37397909867e1fac31e692690259.zip |
Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r-- | demos/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } ); } )(); |