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

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