mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #1 from ithaka/PLATO-130
PLATO-130: Pass along ajax headers when loading thumbnails in reference strip
This commit is contained in:
commit
a39d20bd70
@ -449,7 +449,9 @@ function loadPanels( strip, viewerSize, scroll ) {
|
||||
showSequenceControl: false,
|
||||
immediateRender: true,
|
||||
blendTime: 0,
|
||||
animationTime: 0
|
||||
animationTime: 0,
|
||||
loadTilesWithAjax: strip.viewer.loadTilesWithAjax,
|
||||
ajaxHeaders: strip.viewer.ajaxHeaders
|
||||
} );
|
||||
|
||||
miniViewer.displayRegion = $.makeNeutralElement( "div" );
|
||||
|
Loading…
Reference in New Issue
Block a user