Commit 553a2299 authored by Patrick's avatar Patrick
Browse files

update remove buildings

parent c4c44252
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
<!--img src="images/Logo_SV.png" width="150"--> <!--img src="images/Logo_SV.png" width="150"-->
<strong>M4_Lab</strong> <br>Platform <strong>M4_Lab</strong> <br>Platform
</h1> </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> </button>
</div> </div>
<div class="dialog-image-balloon"></div> <div class="dialog-image-balloon"></div>
......
...@@ -9,8 +9,6 @@ removebuildings(); ...@@ -9,8 +9,6 @@ removebuildings();
}; };
var openquestionaire = function(){ var openquestionaire = function(){
var framework = vcs.vcm.Framework.getInstance(); var framework = vcs.vcm.Framework.getInstance();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment