minor fixes

This commit is contained in:
rolux 2011-01-14 10:01:04 +00:00
parent 2faa86065d
commit bfc9f63034

View file

@ -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 {