X-Git-Url: https://git.auder.net/images/pieces/Cwda/bt.svg?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=626800211a87a8ccb85ae79a644aaf984c8e2a85;hb=7d8bf63e973bbb9766ab3b4555d58e04f2641167;hp=bd2612d8611630cd145c72455263ff247d4c2fbf;hpb=20620465247585ed4e845885c4d9fee8cd6920c1;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index bd2612d8..62680021 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -343,7 +343,7 @@ export default { // Next condition: classList.contains(piece) fails because of marks while (landing.tagName == "IMG") landing = landing.parentNode; if (this.start.id == landing.id) - //one or multi clicks on same piece + // One or multi clicks on same piece return; // OK: process move attempt, landing is a square node let endSquare = getSquareFromId(landing.id);