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) {
|
select: function(event, data) {
|
||||||
// fixme: duplicated
|
// fixme: duplicated
|
||||||
if (data.ids.length) {
|
if (data.ids.length) {
|
||||||
app.$ui.sectionList.forEach(function($list, i) {
|
app.$ui.sectionList.forEach(function($list, i_) {
|
||||||
i != 2 && $list.options('selected', []);
|
i != i && $list.options('selected', []);
|
||||||
});
|
});
|
||||||
URL.set('?find=list:' + data.ids[0]);
|
URL.set('?find=list:' + data.ids[0]);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue