From b58ad12a680c37397909867e1fac31e692690259 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Tue, 6 Oct 2015 14:30:15 +0200 Subject: [PATCH] Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15 --- demos/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } ); } )(); -- 2.39.5