X-Git-Url: https://git.auder.net/rpsls.js?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FGame.vue;h=e8b07567db18aaf0cd16a103ee52961501753220;hb=5fc82c80fe57ad106cc117a534b242cc08805890;hp=0d9cba228c04785202efb8f86833116168654eca;hpb=6813103a75fecb750f8d0ae77f699ed0cb11178c;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 0d9cba22..e8b07567 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -97,13 +97,13 @@ main ) img(src="/images/icons/draw.svg") button.tooltip( - v-if="!!game.mycolor" + v-show="!!game.mycolor" @click="abortGame()" :aria-label="st.tr['Abort']" ) img(src="/images/icons/abort.svg") button.tooltip( - v-if="!!game.mycolor" + v-show="!!game.mycolor" @click="resign()" :aria-label="st.tr['Resign']" )