From a1ed34bcc8464ca20bc74477757e8023f78dad53 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 27 Apr 2016 11:31:06 -0700 Subject: [PATCH] Fixed placement of tour bubble --- demo/src/DemoInitializer.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/demo/src/DemoInitializer.js b/demo/src/DemoInitializer.js index 3bad23eaac..2a6a672b8e 100644 --- a/demo/src/DemoInitializer.js +++ b/demo/src/DemoInitializer.js @@ -140,7 +140,7 @@ define( title: "Edit Button", content: "Click this button now to begin editing the current object, or click 'Next' to continue.", target: ".object-browse-bar .btn-bar", - placement: "bottom", + placement: "left", width: "200px", xOffset: "-20px", nextOnTargetClick: true @@ -156,7 +156,11 @@ define( }, { title: "Adding an Object", - content: "Let’s add a telemetry element into our layout. Expand 'Mars Science Laboratory', then its folder 'rems', then drag 'Max Air Temperature' into the empty spot in the layout area. Click 'Next' to continue.", + content: "Let’s add a telemetry element into our" + + " layout. Expand 'Real-time telemetry'," + + " 'Composites', and then drag 'Thermal Panel'" + + " into the empty space in the example layout," + + " Click 'Next' to continue.", target: "mct-tree ul.tree", placement: "right" },