From 553a2299da90f1334875df0f376d9e241a5448db Mon Sep 17 00:00:00 2001 From: Patrick <patrick.wuerstle@gmx.de> Date: Fri, 11 Sep 2020 11:23:06 +0200 Subject: [PATCH] update remove buildings --- vcm/index.html | 2 +- vcm/templates/custom.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vcm/index.html b/vcm/index.html index fb91267c6..0fc676787 100644 --- a/vcm/index.html +++ b/vcm/index.html @@ -199,7 +199,7 @@ <!--img src="images/Logo_SV.png" width="150"--> <strong>M4_Lab</strong> <br>Platform </h1> - <button id="tourstart-btn" onclick="stopStory()" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Start</span> + <button id="tourstart-btn" onclick="stopStory(); removebuildings();" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Start</span> </button> </div> <div class="dialog-image-balloon"></div> diff --git a/vcm/templates/custom.js b/vcm/templates/custom.js index 31c3829a9..344cb6e86 100644 --- a/vcm/templates/custom.js +++ b/vcm/templates/custom.js @@ -9,8 +9,6 @@ removebuildings(); }; - - var openquestionaire = function(){ var framework = vcs.vcm.Framework.getInstance(); -- GitLab