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:
Evan Slawski 2019-08-22 08:25:05 -04:00 committed by GitHub
commit a39d20bd70
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" );