From: Benjamin Auder Date: Wed, 29 Jan 2020 11:28:42 +0000 (+0100) Subject: Adjustments, handle keyStrokes on BaseGame X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=9ca1e26b79ec1873aa6ac914013160f8593d52cf Adjustments, handle keyStrokes on BaseGame --- diff --git a/client/public/index.html b/client/public/index.html index 22901afa..0ab70d5d 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -20,5 +20,8 @@
+ diff --git a/client/src/App.vue b/client/src/App.vue index f337394e..c5027945 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -38,8 +38,6 @@ router-link.menuitem(to="/about") {{ st.tr["About"] }} p.clickable(onClick="doClick('modalContact')") | {{ st.tr["Contact"] }} - // TODO: add only the necessary icons to mini-css custom build - //script(src="//unpkg.com/feather-icons")