X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=6f2eb317d4344daf932a08b5dfc598f5ac75900c;hb=407342b67c1e7a72f2ac1cfb176440bb138ffdfb;hp=ded140d9cd376c46b1eb04604f77cfbe6d13ced8;hpb=abb5917eabac5f6da6841c35567c706066409e44;p=vchess.git 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: