You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>If you want to stay on current page {{ $route.path === '/results' ? 'and continue reading the results' : '' }} you have to leave the room. You can always join again later.</h3>
@@ -156,7 +156,6 @@ export default {
156
156
origin:window.location.origin,
157
157
popUp:false,
158
158
hidePopUp:false,
159
-
requestNewGame:false,
160
159
};
161
160
},
162
161
computed: {
@@ -203,11 +202,6 @@ export default {
203
202
console.error('PLAYER NAME TAKEN');
204
203
this.roomInfoMsg=`Nick "${this.playerName}" is already taken.`;
205
204
},
206
-
reset() {
207
-
if (this.$route.path==='/results'||this.$route.path==='/run') {
0 commit comments