Skip to content

Commit b639201

Browse files
committed
TEMP use download_urls.tsv from PR branch
1 parent 41a6a89 commit b639201

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

idr_gallery/templates/idr_gallery/archived_image.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ <h3>Download Image Files</h3>
120120
document.addEventListener("DOMContentLoaded", function () {
121121
// Load download URLs from TSV file in GitHub to fix the download URL for this image
122122
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";
123125
// check query params for ?tsv= to allow testing with a different TSV file
124126
const urlParams = new URLSearchParams(window.location.search);
125127
if (urlParams.has('tsv')) {

0 commit comments

Comments
 (0)