Skip to content

Commit

Permalink
Removed double-jdaviz URL
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Dec 9, 2024
1 parent 8cd25fb commit 524ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/templates/explore_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ file_root }}_{{ filetype }}.fits</h3>
<div class="row">
<!-- Display the image -->
<div class="col-xl-9">
<iframe id="quickview" height="800px" width="750px" src="https://{{jdaviz_host}}/jdaviz/jdaviz?file={{file_path}}"></iframe>
<iframe id="quickview" height="800px" width="750px" src="https://{{jdaviz_host}}/jdaviz?file={{file_path}}"></iframe>
</div>
</div>

Expand Down

0 comments on commit 524ccc6

Please sign in to comment.