Skip to content

Commit

Permalink
Merge pull request #570 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.10.1
  • Loading branch information
birm committed Nov 18, 2022
2 parents 00e86f1 + f4ac6d8 commit 5d403f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CaMic.js
Expand Up @@ -222,7 +222,7 @@ class CaMic {
});

imagingHelper.setMaxZoom(1);
data.url = '../../img/IIP/raw/?DeepZoom='+ data['location'] + '.dzi';
data.url = openSlideUrl;
data.slide = this.slideId;
if (func && typeof func === 'function') func.call(null, data);
Loading.text.textContent = `Loading Slide's Tiles...`;
Expand Down

0 comments on commit 5d403f9

Please sign in to comment.