fix a bug where user.ui.lists would not be populated correctly
This commit is contained in:
parent
285dbde77c
commit
f676edb953
3 changed files with 13 additions and 11 deletions
|
|
@ -227,7 +227,7 @@ pandora.Query = (function() {
|
|||
Ox.print('STATE', data);
|
||||
Ox.print(Ox.repeat('-', 120));
|
||||
!pandora.user.ui.lists[data.list] && pandora.UI.set(
|
||||
'lists|' + data.list, pandora.site.listDefaults
|
||||
'lists|' + data.list, pandora.site.user.lists['']
|
||||
);
|
||||
pandora.UI.set({list: data.list});
|
||||
pandora.user.ui.find = data.find;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue