Skip to content
Snippets Groups Projects
Commit 95ed1c7e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request !134
parents 0aed09d3 b39fd0bf
Branches
Tags 1.9.1
1 merge request!134Develop
Pipeline #10614 passed with stages
in 1 minute and 18 seconds
This diff is collapsed.
......@@ -866,7 +866,7 @@
var dis_status = repo[i]["Disease Status"]
}
for (j = 0; j < thumbnails.length; j++) {
if (thumbnails[j].patient == dis_status + ("000"+repo[i]["Study ID"]).slice(-3)) {
if (thumbnails[j].patient == repo[i]["Study ID"]) {
if (thumbnails[j].Pr != ""){
thm_pr_file = thumbnails[j].Pr
thm_pr.src = "https://s3.us-east-2.amazonaws.com/biorepo.images.thumbnails/jpg/Pr/" + thm_pr_file
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment