From c624f419f7237a931010a3f29483790a27e3f564 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Feb 2013 13:58:20 +0000 Subject: [PATCH] update indiancinema home screen --- static/js/pandora/home.indiancinema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/home.indiancinema.js b/static/js/pandora/home.indiancinema.js index 3e91a4c42..1f7621972 100644 --- a/static/js/pandora/home.indiancinema.js +++ b/static/js/pandora/home.indiancinema.js @@ -64,7 +64,6 @@ pandora.ui.home = function() { position: 'absolute', left: 0, right: 0, - top: 0, width: '320px', margin: '0 auto 0 auto', cursor: 'pointer' @@ -608,6 +607,7 @@ pandora.ui.home = function() { }; that.fadeOutScreen = function() { + $('.OxTooltip').remove(); that.animate({opacity: 0}, 500, function() { that.remove(); });