diff --git a/static/js/pandora/home.indiancinema.js b/static/js/pandora/home.indiancinema.js index 3e91a4c4..1f762197 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(); });