From ab0b0d530080c41bfb32de50800e4c804e23ebe6 Mon Sep 17 00:00:00 2001 From: rlx Date: Sat, 16 Jan 2016 14:39:41 +0530 Subject: [PATCH] fix import/export dialog tabbing --- static/js/importExportDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',