From: Benjamin Auder Date: Tue, 10 Mar 2020 12:25:46 +0000 (+0100) Subject: Cosmetics X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=407342b67c1e7a72f2ac1cfb176440bb138ffdfb Cosmetics --- diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index ded140d9..6f2eb317 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -80,7 +80,7 @@ export default { if ("ontouchstart" in window) { // Disable tooltips on smartphones: document.querySelectorAll("#aboveMoves .tooltip").forEach(elt => { - elt.classList.remove("tooltip") + elt.classList.remove("tooltip"); }); } // Take full width on small screens: 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"); }); } },