From bfc9f63034ae7d50831f40d5ca26f3484b1b57aa Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 14 Jan 2011 10:01:04 +0000 Subject: [PATCH] minor fixes --- static/js/pandora.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index bffd4ece..151d79e1 100755 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -1699,8 +1699,8 @@ var pandora = new Ox.App({ select: function(event, data) { // fixme: duplicated if (data.ids.length) { - app.$ui.sectionList.forEach(function($list, i) { - i != 2 && $list.options('selected', []); + app.$ui.sectionList.forEach(function($list, i_) { + i != i && $list.options('selected', []); }); URL.set('?find=list:' + data.ids[0]); } else {