diff --git a/vcm/templates/custom.js b/vcm/templates/custom.js
index cc97e90d837f23096a01e5288a7d84ed5994ea80..250c2110914a57510a226e967e2ffdc56dd2b7d5 100644
--- a/vcm/templates/custom.js
+++ b/vcm/templates/custom.js
@@ -1,10 +1,11 @@
 
-// window.onload = function(){
-//   var scale = 'scale(1)';
-//   document.body.style.webkitTransform =  scale;    // Chrome, Opera, Safari
-//   document.body.style.msTransform =   scale;       // IE 9
-//   document.body.style.transform = scale;     // General
-// };
+ window.onload = function(){
+// //   var scale = 'scale(1)';
+// //   document.body.style.webkitTransform =  scale;    // Chrome, Opera, Safari
+// //   document.body.style.msTransform =   scale;       // IE 9
+// //   document.body.style.transform = scale;     // General
+$("#tour-button").hide();
+ };
 
 
 
diff --git a/vcm/templates/story/virtualcitystory.js b/vcm/templates/story/virtualcitystory.js
index 2027b6016a5285c2d0dec4c6befd9899acf14f2d..595db31a0d5819f2549b20e47a16155fc7f8f024 100644
--- a/vcm/templates/story/virtualcitystory.js
+++ b/vcm/templates/story/virtualcitystory.js
@@ -480,6 +480,7 @@ var showTour = function() {
     $("#story-frame").removeClass("tour-inactive");
     $("#widget-box").addClass("hidden");
     $(".mapControls").addClass("hidden");
+    $("#tour-button").show();
     //$(".tool-box").addClass("hidden");
     //$(".tour-header").removeClass("hidden");
     if(disableMovement) {