fix padma homescreen

This commit is contained in:
j 2013-07-10 12:27:44 +00:00
parent 5aa40d1b24
commit bff8959902

View file

@ -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();
} }
}); });