Cosmetics
[vchess.git] / client / src / views / Game.vue
index e909f70..b39e7d2 100644 (file)
@@ -221,7 +221,7 @@ export default {
       .addEventListener("click", processModalClick);
     if ("ontouchstart" in window) {
       // Disable tooltips on smartphones:
-      document.getElementsByClassName("tooltip").forEach(elt => {
+      document.querySelectorAll("#aboveBoard .tooltip").forEach(elt => {
         elt.classList.remove("tooltip");
       });
     }