diff --git a/resources/js/Utility/Tutorial.js b/resources/js/Utility/Tutorial.js index 84fd9da05..59e717225 100644 --- a/resources/js/Utility/Tutorial.js +++ b/resources/js/Utility/Tutorial.js @@ -22,7 +22,7 @@ function startTutorial(){ position: 'top_right' },{ selector: '#accordion-bodies', - text: 'Celestial Bodies

Use the Celestial Bodies checkbox interface to select Labels and/or Trajectories to overlay onto the images in the viewport. Use the Next/Last buttons in the Trajectory sub-section to skip to the Next/Last trajectory relative to the current observation time. Click on Celestial Body and Satelite labels to reveal more information. Hover over points in trajectory overlay to reveal date information. Click on points in trajectory overlay to set the observation time to that point.', + text: 'Celestial Bodies

Use the Celestial Bodies checkbox interface to select Labels and/or Trajectories to overlay onto the images in the viewport. Use the Next/Last buttons in the Trajectory sub-section to skip to the Next/Last trajectory relative to the current observation time. Click on Celestial Body and Satelite labels to reveal more information. Hover over points in trajectory overlay to reveal date information. Click on points in trajectory overlay to set the observation time to that point.', position: 'best' },{ selector: '#zoom', @@ -62,4 +62,4 @@ function startTutorial(){ $('.tutorial-greeting').jGrowl("close"); -} \ No newline at end of file +}