/= works now
This commit is contained in:
parent
7f3931b123
commit
fd1651f3c8
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ pandora.ui.home = function() {
|
|||
click: function() {
|
||||
var folder = pandora.getListData().folder;
|
||||
folder && pandora.$ui.folderList[folder].options({selected: []});
|
||||
pandora.URL.push('/*=' + $findInput.value());
|
||||
pandora.URL.push('/=' + $findInput.value());
|
||||
that.fadeOutScreen();
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue