remove tv when going to dialog from home, hide volume control when going to tv from home (fixes #1794)
This commit is contained in:
parent
4f11636623
commit
1de58ea400
6 changed files with 9 additions and 7 deletions
|
|
@ -282,7 +282,7 @@ pandora.ui.home = function() {
|
|||
that.animate({opacity: 0}, 500, function() {
|
||||
that.remove();
|
||||
});
|
||||
pandora.$ui.tv && pandora.$ui.tv.unmute();
|
||||
pandora.$ui.tv && pandora.$ui.tv.unmute().find('.OxControls.OxVolume').hide();
|
||||
return that;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue