File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class CaMic {
168
168
}
169
169
const data = x [ 0 ] ;
170
170
// check the slide on service side
171
- let checkSlideUrl = '../../img/IIP/raw/& DeepZoom=' + data [ 'location' ] + '.dzi' ;
171
+ let checkSlideUrl = '../../img/IIP/raw/? DeepZoom=' + data [ 'location' ] + '.dzi' ;
172
172
if ( getCookie ( 'token' ) ) {
173
173
checkSlideUrl = '../../img/IIP/raw/?token=' + getCookie ( 'token' ) + '&DeepZoom=' + data [ 'location' ] + '.dzi' ;
174
174
}
@@ -197,7 +197,7 @@ class CaMic {
197
197
198
198
this . slideName = data [ 'name' ] ;
199
199
// insert token if present
200
- let openSlideUrl = '../../img/IIP/raw/& DeepZoom=' + data [ 'location' ] + '.dzi' ;
200
+ let openSlideUrl = '../../img/IIP/raw/? DeepZoom=' + data [ 'location' ] + '.dzi' ;
201
201
if ( getCookie ( 'token' ) ) {
202
202
openSlideUrl = '../../img/IIP/raw/?token=' + getCookie ( 'token' ) + '&DeepZoom=' + data [ 'location' ] + '.dzi' ;
203
203
}
You can’t perform that action at this time.
0 commit comments