diff --git a/contrib/templates/default/live.mustache b/contrib/templates/default/live.mustache index e319b4d..a5dd838 100644 --- a/contrib/templates/default/live.mustache +++ b/contrib/templates/default/live.mustache @@ -22,7 +22,7 @@ e.setAttribute("id", "chat"); e.setAttribute("style", "position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;"); document.body.appendChild(e); - var board = "random"; + var board = ""; if (location.hash != "" ) { board = location.hash.substr(1); }