update find document element if available
This commit is contained in:
parent
59362ae1b5
commit
d3449cc8f9
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ pandora.ui.home = function() {
|
|||
},
|
||||
section: 'documents'
|
||||
});
|
||||
pandora.$ui.findSelect && pandora.$ui.findSelect.value('*');
|
||||
pandora.$ui.findInput && pandora.$ui.findInput.value(value);
|
||||
pandora.$ui.findDocumentsSelect && pandora.$ui.findDocumentsSelect.value('*');
|
||||
pandora.$ui.findDocumentsInput && pandora.$ui.findDocumentsInput.value(value);
|
||||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
|
Loading…
Reference in a new issue