Update TODO, better index title
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 8 Dec 2018 02:37:14 +0000 (03:37 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 8 Dec 2018 02:37:14 +0000 (03:37 +0100)
TODO
routes/all.js

diff --git a/TODO b/TODO
index 1aae2fb..2bdf677 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,4 +3,3 @@ For animation, moves should contains "moving" and "fading" maybe...
 setInterval "CRON" task in sockets.js to check connected clients
 (every 1hour maybe, or more)
 Button to show all pieces that can move (next to expert mode; change icons)
 setInterval "CRON" task in sockets.js to check connected clients
 (every 1hour maybe, or more)
 Button to show all pieces that can move (next to expert mode; change icons)
-Some bots are very weak, others quite slow...
index 819b1e2..ca09be5 100644 (file)
@@ -6,7 +6,7 @@ const Variants = require("../variants");
 // Home
 router.get('/', function(req, res, next) {
   res.render('index', {
 // Home
 router.get('/', function(req, res, next) {
   res.render('index', {
-               title: 'Express',
+               title: 'club',
                variantArray: Variants, //JSON.stringify(Variants)
        });
 });
                variantArray: Variants, //JSON.stringify(Variants)
        });
 });