projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20f963
)
Typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 13 Apr 2021 09:05:25 +0000
(11:05 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 13 Apr 2021 09:05:25 +0000
(11:05 +0200)
client/src/views/Game.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Game.vue
b/client/src/views/Game.vue
index
bbc6484
..
ac0a41e
100644
(file)
--- a/
client/src/views/Game.vue
+++ b/
client/src/views/Game.vue
@@
-419,7
+419,7
@@
export default {
this.conn = new WebSocket(this.connexionString);
this.conn.addEventListener("message", this.socketMessageListener);
const oppSid = this.getOppsid();
- if (!!oppSid) this.requestLast
st
ate(oppSid); //in case of
+ if (!!oppSid) this.requestLastate(oppSid); //in case of
}
},
1000
@@
-697,7
+697,7
@@
export default {
this.game.type == "live" &&
this.game.players.some(p => p.sid == user.sid)
) {
- this.requestLast
st
ate(user.sid);
+ this.requestLastate(user.sid);
}
break;
}