disable disable
This commit is contained in:
parent
058120a405
commit
3c916de2e1
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ oml.ui.importExportDialog = function(selected) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$activityButton[selected].options({
|
$activityButton[selected].options({
|
||||||
disabled: !values.path || !values.list
|
disabled: !values.path //|| !values.list
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -388,4 +388,4 @@ oml.ui.importExportDialog = function(selected) {
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue