From 15b1dab62fb2ccd630bbc99e6b8abe4cd4504d46 Mon Sep 17 00:00:00 2001 From: btaylor-sesda <87322123+btaylor-sesda@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:41:41 -0500 Subject: [PATCH] Update Tutorial.js --- resources/js/Utility/Tutorial.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}