diff --git a/www/js/scene.js b/www/js/scene.js index 0a71cba..2f1e5d8 100644 --- a/www/js/scene.js +++ b/www/js/scene.js @@ -49,6 +49,9 @@ class SceneManager { case "about": this.load(SCENES.About); return; case "challenge": this.load(SCENES.Challenge); return; case "extras": this.load(SCENES.Extras); return; + + case "users": this.load(SCENES.Users); return; + case "requests": this.load(SCENES.Requests); return; case "game": { if(parts[2]) { @@ -1244,7 +1247,7 @@ const SCENES = { UI.maincontent(table); - history.pushState(null, "Dzura", "/challenge/"); + history.pushState(null, "Dzura", "/users/"); return true; } refresh() { @@ -1324,7 +1327,7 @@ const SCENES = { UI.maincontent(table); - history.pushState(null, "Dzura", "/challenge/"); + history.pushState(null, "Dzura", "/requests/"); return true; } refresh() {