diff --git a/static/js/importExportDialog.js b/static/js/importExportDialog.js index 1480f8b..3b2b3c9 100644 --- a/static/js/importExportDialog.js +++ b/static/js/importExportDialog.js @@ -177,7 +177,6 @@ oml.ui.importExportDialog = function() { height: '16px' }) .appendTo($element); - $progressButton[data.activity] = Ox.Button({ style: 'squared', title: '', @@ -293,6 +292,7 @@ oml.ui.importExportDialog = function() { } }) .appendTo($element); + $form.find('input').attr({tabindex: -1}); $label[selected] = Ox.Label({ //textAlign: 'center', style: 'squared',