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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-03-22 14:02:37 -04:00
parent 749d9ba550
commit a048a3c69a
4 changed files with 18 additions and 8 deletions

View file

@ -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();