rework storage of PresentationUniqueKey

This commit is contained in:
Luke Pulverenti 2016-08-12 15:11:45 -04:00
parent b2fa34662d
commit b6e47ab6ec
6 changed files with 21 additions and 96 deletions

View file

@ -98,7 +98,8 @@
scalable: true,
overlayPlayButton: section.overlayPlayButton,
overlayMoreButton: section.overlayMoreButton,
action: section.action
action: section.action,
allowBottomPadding: !enableScrollX()
});
html += '</div>';