Skip to content

Commit

Permalink
Merge pull request #565 from camicroscope/develop
Browse files Browse the repository at this point in the history
Hotfix pathdb mod
  • Loading branch information
birm committed Aug 16, 2022
2 parents 15c3dfd + 6029699 commit 9df777b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 53 deletions.
2 changes: 1 addition & 1 deletion common/PathdbMods.js
Expand Up @@ -51,7 +51,7 @@ function PathDbMods() {
if (data.field_iip_path && data.field_iip_path.length >= 1) {
x.location = data.field_iip_path[0].value;
//x.location = "pathdb*" + pathdbid;
x.url = "../../img/IIP/raw/?DeepZoom=pathdb*" + pathdbid + ".dzi";
x.url = "../../img/IIP/raw/?DeepZoom=" + x.location + ".dzi";
} else {
throw "no iip path in pathdb data"
}
Expand Down
106 changes: 55 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"jsdom": "^16.5.0",
"lodash": "^4.17.21",
"mocha": "^7.2.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"tippy": "0.0.0"
}
}

0 comments on commit 9df777b

Please sign in to comment.