Skip to content

Commit

Permalink
hotfix the pathdb mod
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Aug 16, 2022
1 parent 66c9d5e commit 6029699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/PathdbMods.js
Original file line number Diff line number Diff line change
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

0 comments on commit 6029699

Please sign in to comment.