X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=b39e7d2cb5cf5cd5a67c0786fa06b7d70b22bb11;hb=407342b67c1e7a72f2ac1cfb176440bb138ffdfb;hp=009dbb4765f43826b16a215d811605a726bb6b78;hpb=abb5917eabac5f6da6841c35567c706066409e44;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 009dbb47..b39e7d2c 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -222,7 +222,7 @@ export default { if ("ontouchstart" in window) { // Disable tooltips on smartphones: document.querySelectorAll("#aboveBoard .tooltip").forEach(elt => { - elt.classList.remove("tooltip") + elt.classList.remove("tooltip"); }); } },