From b887d07172a9c1dc863dabf43afb015c64800ad7 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 5 Jul 2016 17:46:34 -0400 Subject: [PATCH] default to overchan.random for livechan --- 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 cdb3bf1..e319b4d 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 = "live"; + var board = "random"; if (location.hash != "" ) { board = location.hash.substr(1); }