From 58978305a3bea8c85f198588142227c0d6da2bda Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 2 Feb 2014 14:14:17 +0000 Subject: [PATCH] update info (most recently selected item is first in selected array) --- static/js/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/info.js b/static/js/info.js index 22fcffe3..617e6ceb 100644 --- a/static/js/info.js +++ b/static/js/info.js @@ -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 ); }