From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 8 Apr 2020 21:20:27 +0000 (+0200)
Subject: Update TODO
X-Git-Url: https://git.auder.net/variants/Chakart/doc/css/img/current/config.php?a=commitdiff_plain;h=c1e3a8fd50e2ea1cf6652478744e354e812ec1bd;p=vchess.git

Update TODO
---

diff --git a/TODO b/TODO
index 411d1136..b6595522 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
-Grasshopper problem: 8/8/8/8/8/8/5gPp/5K1k w 0 iiii - V. Onitiu, Die Schwalbe 1929.
-+ Wikipedia maybe https://en.wikipedia.org/wiki/Grasshopper_(chess)
+// https://vchess.club/#/game/46
+// Bug 35eme coup blanc Rx(P)e2, d2 et aussi 18eme coup blanc Rd7, Pxe6
+// --> peut-être lié à prise, ou lié à getFen(), ou inMultimove pas changé car concatène à coup précédent...
+// TODO: also fix moves played on smartphone, annoying shift...
 
 Shako, also known as UniEed Chess (Jean-Louis
 Cazaux, 1990). Board 10x10; extra pieces are
diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue
index 5e363b1b..3d8e7eb9 100644
--- a/client/src/components/BaseGame.vue
+++ b/client/src/components/BaseGame.vue
@@ -61,12 +61,6 @@ div#baseGame
 </template>
 
 <script>
-
-// https://vchess.club/#/game/46
-// Bug 35eme coup blanc Rx(P)e2, d2 et aussi 18eme coup blanc Rd7, Pxe6
-// --> peut-être lié à prise, ou lié à getFen(), ou inMultimove pas changé car concatène à coup précédent...
-// TODO: also fix moves played on smartphone, annoying shift...
-
 import Board from "@/components/Board.vue";
 import MoveList from "@/components/MoveList.vue";
 import params from "@/parameters";