mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Merge pull request #1701 from ithaka/master
Pass down ajax configs to reference strip thumbnail viewers
This commit is contained in:
commit
0c4a22d301
@ -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