typo
This commit is contained in:
parent
b5dc63f150
commit
c8faef1a77
1 changed files with 3 additions and 2 deletions
|
@ -90,8 +90,9 @@ Ox.load('Geo', function() {
|
|||
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 (!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…
Reference in a new issue