Merge pull request #1701 from ithaka/master

Pass down ajax configs to reference strip thumbnail viewers
This commit is contained in:
Ian Gilman 2019-08-23 10:04:47 -07:00 committed by GitHub
commit 0c4a22d301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" );