From bff8959902270df00855e4e250b8694dc5f9df9c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 10 Jul 2013 12:27:44 +0000 Subject: [PATCH] fix padma homescreen --- static/js/pandora/home.padma.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/home.padma.js b/static/js/pandora/home.padma.js index 0a7e69503..365faee87 100644 --- a/static/js/pandora/home.padma.js +++ b/static/js/pandora/home.padma.js @@ -646,7 +646,7 @@ pandora.ui.home = function() { that.appendTo(Ox.UI.$body).animate({opacity: 1}, 500, function() { that.find('*').animate({opacity: 1}, 250, function() { $findInput.focusInput(true); - showLists(); + showFeatures(); }); }); return that; @@ -670,7 +670,7 @@ pandora.ui.home = function() { $box.animate({top: '80px'}, 500, function() { $elements.animate({opacity: 1}, 250, function() { if (++count == $elements.length) { - showLists(); + showFeatures(); callback && callback(); } });