diff --git a/vcm/index.html b/vcm/index.html
index fb91267c63178169baac2131902eb8b6db976a05..0fc676787c4050e20fdea23d26266c03a3b90560 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 31c3829a9be007cab3708f3764806583696e087e..344cb6e86362a30a70492f9175b60ce905e06d69 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();