From e9d5a418a92f560cc6bd01c775a626590177f3d9 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 24 May 2021 15:38:08 +0200
Subject: [PATCH] Typo

---
 client/src/views/Game.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.44.0