We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a6a89 commit b639201Copy full SHA for b639201
1 file changed
idr_gallery/templates/idr_gallery/archived_image.html
@@ -120,6 +120,8 @@ <h3>Download Image Files</h3>
120
document.addEventListener("DOMContentLoaded", function () {
121
// Load download URLs from TSV file in GitHub to fix the download URL for this image
122
let TABLE_URL = 'https://raw.githubusercontent.com/IDR/idr.openmicroscopy.org/refs/heads/master/_data/download_urls.tsv';
123
+ // TEMP: - till the PR is merged...
124
+ TABLE_URL = "https://raw.githubusercontent.com/will-moore/idr.openmicroscopy.org/refs/heads/update_download_urls/_data/download_urls.tsv";
125
// check query params for ?tsv= to allow testing with a different TSV file
126
const urlParams = new URLSearchParams(window.location.search);
127
if (urlParams.has('tsv')) {
0 commit comments