forked from 0x2620/pandora
minor fixes
This commit is contained in:
parent
2faa86065d
commit
bfc9f63034
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue