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

switch to shared paperdialoghelper

This commit is contained in:
Luke Pulverenti 2016-01-30 15:59:09 -05:00
parent 88bd9c7abb
commit b5292ca178
24 changed files with 152 additions and 296 deletions

View file

@ -2881,11 +2881,12 @@
var dlg = paperDialogHelper.createDialog({
removeOnClose: true,
theme: 'a',
size: 'auto',
modal: false
});
dlg.classList.add('ui-body-a');
dlg.classList.add('background-theme-a');
var html = '';
// There seems to be a bug with this in safari causing it to immediately roll up to 0 height