mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
749d9ba550
commit
a048a3c69a
4 changed files with 18 additions and 8 deletions
|
@ -3,7 +3,8 @@
|
|||
function showMenu(options, successCallback, cancelCallback) {
|
||||
|
||||
var dlg = paperDialogHelper.createDialog({
|
||||
removeOnClose: true
|
||||
removeOnClose: true,
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
dlg.id = 'dlg' + new Date().getTime();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue