merging changes

This commit is contained in:
rolux 2011-10-07 19:30:42 +00:00
commit 551be76c8b

View file

@ -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();
}
})