diff --git a/core/CaMic.js b/core/CaMic.js index ef8627d6..cacf65ea 100644 --- a/core/CaMic.js +++ b/core/CaMic.js @@ -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...`;