X-Git-Url: https://git.auder.net/variants/Checkered/style.css?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FMyGames.vue;h=10ec0c279fcd40e91823ab80c642bbe9e8e263ef;hb=a06fc4ba49b535ba45d70ee7401c5d2e26faefa2;hp=52e6dc3beb9041beca07ec60f7fb84c4dbe47fbf;hpb=1ef65040168ab7d55ce921abc9d63644a937d689;p=vchess.git diff --git a/client/src/views/MyGames.vue b/client/src/views/MyGames.vue index 52e6dc3b..10ec0c27 100644 --- a/client/src/views/MyGames.vue +++ b/client/src/views/MyGames.vue @@ -198,6 +198,8 @@ export default { alert(this.st.tr["An error occurred. Try again!"]); return; } + // NOTE: since a random new ID is generated for imported games, + // this error will not occur. else alert(this.st.tr["The game was already imported"]); } this.$router.push("/game/" + game.id); @@ -390,16 +392,13 @@ export default { }; - + + +