Skip to content

Commit 5d403f9

Browse files
authored
Merge pull request #570 from camicroscope/develop
For 3.10.1
2 parents 00e86f1 + f4ac6d8 commit 5d403f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/CaMic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class CaMic {
222222
});
223223

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

0 commit comments

Comments
 (0)