From 3c916de2e14766e2033c0286c5114fad38907288 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 17 May 2014 17:41:26 +0200 Subject: [PATCH] disable disable --- static/js/importExportDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/importExportDialog.js b/static/js/importExportDialog.js index 77f3af7..6982af3 100644 --- a/static/js/importExportDialog.js +++ b/static/js/importExportDialog.js @@ -276,7 +276,7 @@ oml.ui.importExportDialog = function(selected) { } } $activityButton[selected].options({ - disabled: !values.path || !values.list + disabled: !values.path //|| !values.list }); } }) @@ -388,4 +388,4 @@ oml.ui.importExportDialog = function(selected) { return that; -}; \ No newline at end of file +};