From: Benjamin Auder Date: Thu, 31 Jan 2019 22:12:57 +0000 (+0100) Subject: Remove modalWelcome X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=7c3cd3794ee13c41fc623179f7d4142d0d3e74da Remove modalWelcome --- diff --git a/client/icons_TODO b/client/icons_TODO index d6ed03c7..2ded8657 100644 --- a/client/icons_TODO +++ b/client/icons_TODO @@ -25,3 +25,7 @@ send settings user x + +Use raw-loader to show rules (+ post-processing) +document.getElementById("modalWelcome").innerHTML = + require("raw-loader!pug-plain-loader!@/welcome/" + this.state.lang + ".pug"); diff --git a/client/src/App.vue b/client/src/App.vue index 2699453b..91f82eea 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,7 +1,5 @@