remove tv when going to dialog from home, hide volume control when going to tv from home (fixes #1794)

This commit is contained in:
rolux 2013-08-10 08:58:22 +00:00
commit 1de58ea400
6 changed files with 9 additions and 7 deletions

View file

@ -662,7 +662,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();
self.keydown && Ox.$document.off({keydown: self.keydown});
return that;
};