fix padma homescreen
This commit is contained in:
parent
5aa40d1b24
commit
bff8959902
1 changed files with 2 additions and 2 deletions
|
@ -646,7 +646,7 @@ pandora.ui.home = function() {
|
||||||
that.appendTo(Ox.UI.$body).animate({opacity: 1}, 500, function() {
|
that.appendTo(Ox.UI.$body).animate({opacity: 1}, 500, function() {
|
||||||
that.find('*').animate({opacity: 1}, 250, function() {
|
that.find('*').animate({opacity: 1}, 250, function() {
|
||||||
$findInput.focusInput(true);
|
$findInput.focusInput(true);
|
||||||
showLists();
|
showFeatures();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return that;
|
return that;
|
||||||
|
@ -670,7 +670,7 @@ pandora.ui.home = function() {
|
||||||
$box.animate({top: '80px'}, 500, function() {
|
$box.animate({top: '80px'}, 500, function() {
|
||||||
$elements.animate({opacity: 1}, 250, function() {
|
$elements.animate({opacity: 1}, 250, function() {
|
||||||
if (++count == $elements.length) {
|
if (++count == $elements.length) {
|
||||||
showLists();
|
showFeatures();
|
||||||
callback && callback();
|
callback && callback();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue