Skip to content

Commit

Permalink
QuickStart添加控制台插件方便调试
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Oct 21, 2020
1 parent 1983bd2 commit 9bf5307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};
Expand Down
2 changes: 1 addition & 1 deletion app-support-sample/QuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};
Expand Down

0 comments on commit 9bf5307

Please sign in to comment.