forked from 0x2620/pandora
set ui._list not only if showing home screen
This commit is contained in:
parent
fb1722cb42
commit
b1c5a76e0d
2 changed files with 2 additions and 6 deletions
|
|
@ -115,7 +115,6 @@ appPanel
|
|||
loadingScreen.style.backgroundColor = theme == 'classic'
|
||||
? 'rgb(224, 224, 224)' : 'rgb(32, 32, 32)';
|
||||
loadingScreen.style.zIndex = '1001';
|
||||
Ox.print(images)
|
||||
loadingScreen.appendChild(images.logo);
|
||||
loadingScreen.appendChild(images.reflection);
|
||||
loadingScreen.appendChild(gradient);
|
||||
|
|
@ -138,7 +137,7 @@ appPanel
|
|||
theme: theme
|
||||
},
|
||||
Geo: {}
|
||||
}, callback)
|
||||
}, callback);
|
||||
}
|
||||
|
||||
function loadPandora(browserSupported) {
|
||||
|
|
@ -237,7 +236,6 @@ appPanel
|
|||
}) : null;
|
||||
})
|
||||
});
|
||||
|
||||
pandora.site.listSettings = {};
|
||||
Ox.map(pandora.site.user.ui, function(val, key) {
|
||||
if (/^list[A-Z]/.test(key)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue