don't default to random, default to ukko
This commit is contained in:
parent
a5c2f8d86f
commit
4b02ad6d89
@ -22,7 +22,7 @@
|
|||||||
e.setAttribute("id", "chat");
|
e.setAttribute("id", "chat");
|
||||||
e.setAttribute("style", "position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;");
|
e.setAttribute("style", "position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;");
|
||||||
document.body.appendChild(e);
|
document.body.appendChild(e);
|
||||||
var board = "random";
|
var board = "";
|
||||||
if (location.hash != "" ) {
|
if (location.hash != "" ) {
|
||||||
board = location.hash.substr(1);
|
board = location.hash.substr(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user