forked from 0x2620/pandora
when using find on home screen, set find select to find: all
This commit is contained in:
parent
dc8a43a094
commit
50e15ad3b0
1 changed files with 2 additions and 3 deletions
|
@ -105,9 +105,8 @@ pandora.ui.home = function() {
|
|||
var folder = pandora.getListData().folder,
|
||||
value = $findInput.value();
|
||||
folder && pandora.$ui.folderList[folder].options({selected: []});
|
||||
pandora.$ui.findInput.options({
|
||||
value: value
|
||||
});
|
||||
pandora.$ui.findSelect.options({value: '*'});
|
||||
pandora.$ui.findInput.options({value: value});
|
||||
that.fadeOutScreen();
|
||||
pandora.UI.set('find', {
|
||||
conditions: [{
|
||||
|
|
Loading…
Reference in a new issue