forked from 0x2620/pandora
update indiancinema home screen
This commit is contained in:
parent
3d5ae56ed4
commit
c624f419f7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue