X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=6d506c5fb18de830255208536d516c4b0cbbc694;hb=13d00ef164983c0e0a42b739a13bdc9eb3f1d21e;hp=8667e9b7d3ff01dd2649a4f2b3b0d20f3a7ecaac;hpb=f296c3d4d610e04f8c9b56dcee319b6d783a9290;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 8667e9b7..6d506c5f 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1211,6 +1211,9 @@ export default { this.$nextTick(() => { // Disable tooltips on smartphones: document.querySelectorAll("#aboveBoard .tooltip").forEach(elt => { + +alert(elt); + elt.classList.remove("tooltip"); }); });