typo
This commit is contained in:
parent
901f769acb
commit
d88cb45727
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ oml.ui.identifyDialog = function(data) {
|
|||
|
||||
function enableButtons() {
|
||||
$select.options('items').forEach(function(item) {
|
||||
$lookupSelect.enableItem(item.id);
|
||||
$select.enableItem(item.id);
|
||||
});
|
||||
$input.options({disabled: false});
|
||||
$button.options({disabled: false});
|
||||
|
|
Loading…
Reference in a new issue