Fixed placement of tour bubble

This commit is contained in:
Henry 2016-04-27 11:31:06 -07:00
parent 4b71227d29
commit a1ed34bcc8

View File

@ -140,7 +140,7 @@ define(
title: "Edit Button",
content: "<b>Click this button now</b> 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: "Lets 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: "Lets 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"
},