From: Benjamin Auder Date: Sat, 8 Dec 2018 02:37:14 +0000 (+0100) Subject: Update TODO, better index title X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=982d5b66524487243b5fc8eb02f3115e4f957085 Update TODO, better index title --- diff --git a/TODO b/TODO index 1aae2fb1..2bdf677c 100644 --- 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) -Some bots are very weak, others quite slow... diff --git a/routes/all.js b/routes/all.js index 819b1e20..ca09be53 100644 --- a/routes/all.js +++ b/routes/all.js @@ -6,7 +6,7 @@ const Variants = require("../variants"); // Home router.get('/', function(req, res, next) { res.render('index', { - title: 'Express', + title: 'club', variantArray: Variants, //JSON.stringify(Variants) }); });