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

fix DeviceDiscovery

This commit is contained in:
Luke Pulverenti 2016-05-10 12:18:05 -04:00
parent 95cc042317
commit 4aa1243bef
7 changed files with 11 additions and 10 deletions

View file

@ -120,7 +120,8 @@
var template = this.response;
var dlg = dialogHelper.createDialog({
removeOnClose: true,
size: 'small'
size: 'small',
autoFocus: false
});
dlg.classList.add('ui-body-b');