X-Git-Url: https://git.auder.net/pieces/Cwda/n_black_rook.svg?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=d9960160b88bbb86a1ac7ddb2621d443a1942b17;hb=4fefd0195b2dc8559284d3b3701a242a862cb70e;hp=d8fbe47d1c61c77c3a81aae4f1c514805c26e250;hpb=748eef1fe9eb666318e2a4c84c1627085666ab07;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index d8fbe47d..d9960160 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -52,7 +52,7 @@ Vue.component('my-game', { h('button', { on: { click: this.clickGameSeek }, - attrs: { "aria-label": translations['New online game'] }, + attrs: { "aria-label": translations['New live game'] }, 'class': { "tooltip": true, "play": true, @@ -1211,6 +1211,7 @@ Vue.component('my-game', { delete localStorage[prefix+"score"]; }, // HACK because mini-css tooltips are persistent after click... + // NOTE: seems to work only in chrome/chromium. TODO... getRidOfTooltip: function(elt) { elt.style.visibility = "hidden"; setTimeout(() => { elt.style.visibility="visible"; }, 100);