From 982d5b66524487243b5fc8eb02f3115e4f957085 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 8 Dec 2018 03:37:14 +0100 Subject: [PATCH] Update TODO, better index title --- TODO | 1 - routes/all.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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) }); }); -- 2.44.0