diff --git a/contrib/templates/default/live.mustache b/contrib/templates/default/live.mustache index 225e5f4..eb2b2de 100644 --- a/contrib/templates/default/live.mustache +++ b/contrib/templates/default/live.mustache @@ -21,7 +21,7 @@ var e = document.createElement("div"); e.setAttribute("id", "chat"); e.setAttribute("style", "position:absolute;left:0;right:0;top:0;bottom:0;"); - document.appendChild(e); + document.body.appendChild(e); var board = "live"; if (location.hash != "" ) { board = location.hash.substr(1);