update device discovery

This commit is contained in:
Luke Pulverenti 2016-02-17 16:24:01 -05:00
parent c6b15e3001
commit b43d55182d
9 changed files with 23 additions and 13 deletions

View file

@ -136,7 +136,7 @@
// but not needed here since this is already on top of an existing dialog
// but skip it in IE because it's causing the entire browser to hang
// Also have to disable for firefox because it's causing select elements to not be clickable
if (!browser.msie && !browser.firefox && options.modal !== false) {
if (options.modal !== false) {
dlg.setAttribute('modal', 'modal');
}