aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2015-10-06 14:30:15 +0200
committerAlexander Schmitz <arschmitz@gmail.com>2015-10-08 14:02:59 -0400
commitb58ad12a680c37397909867e1fac31e692690259 (patch)
tree95100e0ce5a3eeeec0aa4ffc329a81d852145398 /demos/bootstrap.js
parentdbadc01fbd846d90cd01e34bc1c8f9194545f7f3 (diff)
downloadjquery-ui-b58ad12a680c37397909867e1fac31e692690259.tar.gz
jquery-ui-b58ad12a680c37397909867e1fac31e692690259.zip
Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r--demos/bootstrap.js2
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 );
} );
} )();