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

startup wizard fixes

This commit is contained in:
Luke Pulverenti 2015-10-26 14:23:46 -04:00
parent 2f160fcaa0
commit 78bf493400
9 changed files with 16 additions and 12 deletions

View file

@ -217,10 +217,7 @@
var dlg = PaperDialogHelper.createDialog({
theme: 'a',
size: 'medium',
// In (at least) chrome this is causing the text field to not be editable
modal: false
size: 'medium'
});
dlg.classList.add('directoryPicker');