mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Update reference strip ajax headers
This commit is contained in:
parent
fe7a5eb01b
commit
13603dd5f4
@ -990,6 +990,12 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
for (var i = 0; i < this.world.getItemCount(); i++) {
|
for (var i = 0; i < this.world.getItemCount(); i++) {
|
||||||
this.world.getItemAt(i).setAjaxHeaders(null, propagate);
|
this.world.getItemAt(i).setAjaxHeaders(null, propagate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.referenceStrip && this.referenceStrip.miniViewers) {
|
||||||
|
for (var key in this.referenceStrip.miniViewers) {
|
||||||
|
this.referenceStrip.miniViewers[key].setAjaxHeaders(this.ajaxHeaders, propagate);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user