We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00e86f1 + f4ac6d8 commit 5d403f9Copy full SHA for 5d403f9
core/CaMic.js
@@ -222,7 +222,7 @@ class CaMic {
222
});
223
224
imagingHelper.setMaxZoom(1);
225
- data.url = '../../img/IIP/raw/?DeepZoom='+ data['location'] + '.dzi';
+ data.url = openSlideUrl;
226
data.slide = this.slideId;
227
if (func && typeof func === 'function') func.call(null, data);
228
Loading.text.textContent = `Loading Slide's Tiles...`;
0 commit comments