X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=2180509c6ce3adbb77d8d155b6523743f3665540;hp=a2ce34d9fd5d9409b0884d6b17e0925d9a3b6764;hb=dac395887d96e2d642b209c6db6aaacc3ffacb34;hpb=5fde3a01497262862afc4cb4c9457d4e0ad69a4a diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index a2ce34d9..2180509c 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -466,7 +466,7 @@ export default { }, newChallenge: async function() { if (this.newchallenge.vid == "") - return alert("Please select a variant"); + return alert("Please select a variant"); const vname = this.getVname(this.newchallenge.vid); const vModule = await import("@/variants/" + vname + ".js"); window.V = vModule.VariantRules;