File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161
6262 if ( stable !== null ) {
6363 // set the links to the latest stable
64- document . getElementById ( "olympus-macos-latest-link" ) . href = stable . macDownload ;
64+ document . getElementById ( "olympus-macos-latest-link" ) . href = stable . macosDownload ;
6565 document . getElementById ( "olympus-linux-latest-link" ) . href = stable . linuxDownload ;
6666
6767 // remove the line saying "Click the '5 published' button under 'Related', then '...main' to download it." since those are now direct links.
68- const artifactInstructionsMac = document . getElementById ( "olympus-macos-artifact-instructions" ) ;
69- artifactInstructionsMac . parentNode . removeChild ( artifactInstructionsMac ) ;
68+ const artifactInstructionsMacOS = document . getElementById ( "olympus-macos-artifact-instructions" ) ;
69+ artifactInstructionsMacOS . parentNode . removeChild ( artifactInstructionsMacOS ) ;
7070 const artifactInstructionsLinux = document . getElementById ( "olympus-linux-artifact-instructions" ) ;
7171 artifactInstructionsLinux . parentNode . removeChild ( artifactInstructionsLinux ) ;
7272 }
You can’t perform that action at this time.
0 commit comments