diff --git a/QuickStart.html b/QuickStart.html
index 73aa9d2..d336d92 100644
--- a/QuickStart.html
+++ b/QuickStart.html
@@ -353,7 +353,7 @@
var elem=document.createElement("script");
elem.setAttribute("type","text/javascript");
elem.setAttribute("src","https://cdn.bootcss.com/eruda/1.5.4/eruda.min.js");
- $("head")[0].appendChild(elem);
+ document.body.appendChild(elem);
elem.onload=function(){
eruda.init();
};
diff --git a/app-support-sample/QuickStart.html b/app-support-sample/QuickStart.html
index 18a46c4..b04d84d 100644
--- a/app-support-sample/QuickStart.html
+++ b/app-support-sample/QuickStart.html
@@ -416,7 +416,7 @@
var elem=document.createElement("script");
elem.setAttribute("type","text/javascript");
elem.setAttribute("src","https://cdn.bootcss.com/eruda/1.5.4/eruda.min.js");
- $("head")[0].appendChild(elem);
+ document.body.appendChild(elem);
elem.onload=function(){
eruda.init();
};