Archived
1
0

default to overchan.random for livechan

This commit is contained in:
Jeff Becker 2016-07-05 17:46:34 -04:00
parent 1f48c58f6b
commit b887d07172
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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);
}