aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r--demos/bootstrap.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js
index 602afa3e7..0a109ef9e 100644
--- a/demos/bootstrap.js
+++ b/demos/bootstrap.js
@@ -31,6 +31,8 @@ var widgets = [
"autocomplete",
"button",
"calendar",
+ "checkboxradio",
+ "controlgroup",
"datepicker",
"dialog",
"draggable",
@@ -113,7 +115,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 );
} );
} )();