Typo
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 24 May 2021 13:38:08 +0000 (15:38 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 24 May 2021 13:38:08 +0000 (15:38 +0200)
client/src/views/Game.vue

index c3f2119..97c1069 100644 (file)
@@ -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);