From 22f9d35f6fc5a6961cbfc634f7a287754231ed43 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 17 Jan 2019 16:56:37 +0100 Subject: That should do it! What's being exchanged with the server in the battle module is not up to date though... --- src/battle/www/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/battle/www/index.html') diff --git a/src/battle/www/index.html b/src/battle/www/index.html index 2c69952..9acc21c 100644 --- a/src/battle/www/index.html +++ b/src/battle/www/index.html @@ -8,6 +8,7 @@ +
@@ -16,12 +17,16 @@ tacticians_online.session.load(); tacticians_online.app = - Elm.Main.fullscreen + Elm.Main.init ( { - user_id: tacticians_online.session.get_user_id(), - token: tacticians_online.session.get_token(), - url_params: tacticians_online.urlparams.get_parameters() + flags: + { + user_id: tacticians_online.session.get_user_id(), + token: tacticians_online.session.get_token(), + url_params: tacticians_online.urlparams.get_parameters() + }, + node: document.getElementById("elm-page") } ); -- cgit v1.2.3-70-g09d2