Skip to content

Commit 9df777b

Browse files
authored
Merge pull request #565 from camicroscope/develop
Hotfix pathdb mod
2 parents 15c3dfd + 6029699 commit 9df777b

File tree

3 files changed

+57
-53
lines changed

3 files changed

+57
-53
lines changed

common/PathdbMods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function PathDbMods() {
5151
if (data.field_iip_path && data.field_iip_path.length >= 1) {
5252
x.location = data.field_iip_path[0].value;
5353
//x.location = "pathdb*" + pathdbid;
54-
x.url = "../../img/IIP/raw/?DeepZoom=pathdb*" + pathdbid + ".dzi";
54+
x.url = "../../img/IIP/raw/?DeepZoom=" + x.location + ".dzi";
5555
} else {
5656
throw "no iip path in pathdb data"
5757
}

package-lock.json

Lines changed: 55 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jsdom": "^16.5.0",
1818
"lodash": "^4.17.21",
1919
"mocha": "^7.2.0",
20-
"node-fetch": "^2.6.1",
20+
"node-fetch": "^2.6.7",
2121
"tippy": "0.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)