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:
parent
1190972d6c
commit
6e6017eeaf
16 changed files with 208 additions and 125 deletions
|
@ -88,7 +88,8 @@
|
|||
// title
|
||||
var dialogOptions = {
|
||||
removeOnClose: true,
|
||||
enableHistory: options.enableHistory
|
||||
enableHistory: options.enableHistory,
|
||||
scrollY: false
|
||||
};
|
||||
|
||||
var backButton = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue