X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Futils%2FgameStorage.js;h=275649662401dd805ab04974fb0632a35a7391f1;hb=b991f731b93e48cebda2e37462aabf61f4a02e1d;hp=dfbd639483fe67ab9a4fc7005eb341ee60d885c9;hpb=23ecf00824691b5622b468e0409fc543c87d75dc;p=vchess.git diff --git a/client/src/utils/gameStorage.js b/client/src/utils/gameStorage.js index dfbd6394..27564966 100644 --- a/client/src/utils/gameStorage.js +++ b/client/src/utils/gameStorage.js @@ -62,6 +62,7 @@ export const GameStorage = { update: function(gameId, obj) { if (Number.isInteger(gameId) || !isNaN(parseInt(gameId))) { // corr: only move, fen and score +console.log(obj.move); ajax("/games", "PUT", { gid: gameId, newObj: {