Commit 14e2f08d authored by Patrick's avatar Patrick
Browse files

small update

parent b91218eb
// 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();
};
......
......@@ -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) {
......
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