From 4b02ad6d892bb1ead66357f8c82a3f5b49dff026 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 9 Jul 2016 14:51:31 -0400 Subject: [PATCH] don't default to random, default to ukko --- contrib/templates/default/live.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }