projects
/
xogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f57fbf
)
Fix typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 4 Jun 2022 19:00:32 +0000
(21:00 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 4 Jun 2022 19:00:32 +0000
(21:00 +0200)
app.js
patch
|
blob
|
blame
|
history
diff --git
a/app.js
b/app.js
index
09d7815
..
bb16537
100644
(file)
--- 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");