From 19a3edd772da3d213a57bf333eba2d1c9aaf2d62 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 11 Jul 2013 16:46:18 -0400 Subject: [PATCH] text changes --- dashboard-ui/scripts/remotecontrol.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/remotecontrol.js b/dashboard-ui/scripts/remotecontrol.js index 2703d65ff4..a5276e4d32 100644 --- a/dashboard-ui/scripts/remotecontrol.js +++ b/dashboard-ui/scripts/remotecontrol.js @@ -626,7 +626,7 @@ html += '
'; // Add controls here - html += '
'; + html += '
'; html += '
'; html += '
'; @@ -781,7 +781,13 @@ return s.Id == id; })[0]; - if (session && session.NowPlayingItem) { + if (!session) { + + $('.nothingPlaying', popup).hide(); + $('.nowPlaying', popup).hide(); + + } + else if (session.NowPlayingItem) { $('.nothingPlaying', popup).hide();