From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 4 Jun 2022 19:00:32 +0000 (+0200)
Subject: Fix typo
X-Git-Url: https://git.auder.net/doc/html/vendor/current/img/DESCRIPTION?a=commitdiff_plain;h=8f228ec8d91d528be3c72200f5f674058abce31e;p=xogo.git

Fix typo
---

diff --git a/app.js b/app.js
index 09d7815..bb16537 100644
--- a/app.js
+++ b/app.js
@@ -457,7 +457,7 @@ let curMoves = [],
 const afterPlay = (move_s) => {
   const callbackAfterSend = () => {
     curMoves = [];
-    const result = vr.getCurrentScore(move);
+    const result = vr.getCurrentScore(move_s);
     if (result != "*") {
       setTimeout(() => {
         toggleVisible("gameStopped");