update info (most recently selected item is first in selected array)

This commit is contained in:
rolux 2014-02-02 14:14:17 +00:00
parent 57503c7eb5
commit 58978305a3

View file

@ -45,7 +45,7 @@ pandora.ui.info = function() {
function getId() {
return ui[folderItem.toLowerCase()] || (
ui.listSelection.length
? ui.listSelection[ui.listSelection.length - 1]
? ui.listSelection[0]
: null
);
}