1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update shared dialogs

This commit is contained in:
Luke Pulverenti 2016-05-13 02:22:02 -04:00
parent 1190972d6c
commit 6e6017eeaf
16 changed files with 208 additions and 125 deletions

View file

@ -88,7 +88,8 @@
// title
var dialogOptions = {
removeOnClose: true,
enableHistory: options.enableHistory
enableHistory: options.enableHistory,
scrollY: false
};
var backButton = false;