Update main nav buttons.
This commit is contained in:
parent
16786906b8
commit
724d543951
@ -103,7 +103,8 @@ const UI = {
|
|||||||
left.appendChild(UI.button("Register", () => { LOAD_STACK(SCENES.Register); }));
|
left.appendChild(UI.button("Register", () => { LOAD_STACK(SCENES.Register); }));
|
||||||
left.appendChild(UI.button("Log In", () => { LOAD_STACK(SCENES.Authenticate); }));
|
left.appendChild(UI.button("Log In", () => { LOAD_STACK(SCENES.Authenticate); }));
|
||||||
} else {
|
} else {
|
||||||
left.appendChild(UI.button("Start", () => { MESSAGE_SESSION_START(); }));
|
left.appendChild(UI.button("Contest", () => { MESSAGE_SESSION_START(); }));
|
||||||
|
left.appendChild(UI.button("Challenge", () => { }));
|
||||||
}
|
}
|
||||||
|
|
||||||
for(child of left_children) { left.appendChild(child); }
|
for(child of left_children) { left.appendChild(child); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user