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,
|
var folder = pandora.getListData().folder,
|
||||||
value = $findInput.value();
|
value = $findInput.value();
|
||||||
folder && pandora.$ui.folderList[folder].options({selected: []});
|
folder && pandora.$ui.folderList[folder].options({selected: []});
|
||||||
pandora.$ui.findInput.options({
|
pandora.$ui.findSelect.options({value: '*'});
|
||||||
value: value
|
pandora.$ui.findInput.options({value: value});
|
||||||
});
|
|
||||||
that.fadeOutScreen();
|
that.fadeOutScreen();
|
||||||
pandora.UI.set('find', {
|
pandora.UI.set('find', {
|
||||||
conditions: [{
|
conditions: [{
|
||||||
|
|
Loading…
Reference in a new issue