forked from 0x2620/pandora
more thorough fix for missing list preferences
This commit is contained in:
parent
b810d58bee
commit
a9c8954780
4 changed files with 11 additions and 10 deletions
|
|
@ -89,6 +89,9 @@ Ox.load('Geo', function() {
|
|||
sectionElement: 'buttons',
|
||||
selectedMovies: []
|
||||
});
|
||||
// fixme: this should not happen
|
||||
!pandora.user.ui.lists[pandora.user.ui.list]
|
||||
&& pandora.user.ui.lists[pandora.user.ui.list] = pandora.user.ui.lists[''];
|
||||
|
||||
if (data.user.level == 'guest' && $.browser.mozilla) {
|
||||
pandora.user.ui.theme = 'classic';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue