Skip to content

Commit

Permalink
Update Tutorial.js
Browse files Browse the repository at this point in the history
  • Loading branch information
btaylor-sesda authored and dgarciabriseno committed Feb 22, 2022
1 parent 576b709 commit 15b1dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Utility/Tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function startTutorial(){
position: 'top_right'
},{
selector: '#accordion-bodies',
text: '<b>Celestial Bodies</b><br><br>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: '<script>if($("#accordion-events .disclosure-triangle:first").hasClass("closed")===false){$("#accordion-events .disclosure-triangle:first").addClass("closed");$("#accordion-events .content, #soho-dynaccordion .dynaccordion-cell, #stereo_a-dynaccordion .dynaccordion-cell, #stereo_b-dynaccordion .dynaccordion-cell").css("display","none");}</script><b>Celestial Bodies</b><br><br>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',
Expand Down Expand Up @@ -62,4 +62,4 @@ function startTutorial(){

$('.tutorial-greeting').jGrowl("close");

}
}

0 comments on commit 15b1dab

Please sign in to comment.