From: Benjamin Auder Date: Mon, 24 May 2021 13:38:08 +0000 (+0200) Subject: Typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=e9d5a418a92f560cc6bd01c775a626590177f3d9 Typo --- diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index c3f21198..97c10694 100644 --- 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);