projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d0616
)
Typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 24 May 2021 13:38:08 +0000
(15:38 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 24 May 2021 13:38:08 +0000
(15:38 +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
c3f2119
..
97c1069
100644
(file)
--- a/
client/src/views/Game.vue
+++ b/
client/src/views/Game.vue
@@
-409,7
+409,7
@@
export default {
"&page=" +
// Discard potential "/?next=[...]" for page indication:
encodeURIComponent(this.$route.path.match(/\/game\/[a-zA-Z0-9]+/)[0]);
- openConnection();
+
this.
openConnection();
},
openConnection: function() {
this.conn = new WebSocket(this.connexionString);