forked from 0x2620/pandora
typo
This commit is contained in:
parent
a9c8954780
commit
33cec4a30d
1 changed files with 3 additions and 2 deletions
|
@ -90,8 +90,9 @@ Ox.load('Geo', function() {
|
||||||
selectedMovies: []
|
selectedMovies: []
|
||||||
});
|
});
|
||||||
// fixme: this should not happen
|
// fixme: this should not happen
|
||||||
!pandora.user.ui.lists[pandora.user.ui.list]
|
if (!pandora.user.ui.lists[pandora.user.ui.list]) {
|
||||||
&& pandora.user.ui.lists[pandora.user.ui.list] = pandora.user.ui.lists[''];
|
pandora.user.ui.lists[pandora.user.ui.list] = pandora.user.ui.lists[''];
|
||||||
|
}
|
||||||
|
|
||||||
if (data.user.level == 'guest' && $.browser.mozilla) {
|
if (data.user.level == 'guest' && $.browser.mozilla) {
|
||||||
pandora.user.ui.theme = 'classic';
|
pandora.user.ui.theme = 'classic';
|
||||||
|
|
Loading…
Reference in a new issue