config/site

This commit is contained in:
j 2011-05-28 13:18:28 +02:00
commit 1e57ecc423
20 changed files with 62 additions and 59 deletions

View file

@ -98,7 +98,7 @@ pandora.Query = (function() {
if (app.user.ui.listQuery.conditions.length) {
list = app.user.ui.listQuery.conditions[0].value;
!app.user.ui.lists[list] && pandora.UI.set(
['lists', list].join('|'), app.config.user.ui.lists['']
['lists', list].join('|'), app.site.user.ui.lists['']
);
}
pandora.UI.set({list: list});