X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;fp=client%2Fsrc%2Fviews%2FGame.vue;h=97c106944d57acb7b15c29e9431f4c278431bd55;hp=c3f211984e3b0b649e8cff54dac618ba1cee4ada;hb=e9d5a418a92f560cc6bd01c775a626590177f3d9;hpb=16d06164d56332bd00fb22acc5b2b2997b942d73 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);