From a31cd0a3bf0382810bd04a7bfaf21820e83cb2cf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Dec 2014 00:01:57 -0500 Subject: [PATCH] sync updates --- dashboard-ui/scripts/site.js | 4 ++-- dashboard-ui/scripts/syncactivity.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 2a71aa32b..4c31e1210 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -928,8 +928,8 @@ var Dashboard = { else if (msg.MessageType === "GeneralCommand") { var cmd = msg.Data; - - Dashboard.processGeneralCommand(cmd); + // Media Controller should catch this + //Dashboard.processGeneralCommand(cmd); } }, diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 7485f35cd..2002c55c5 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -42,7 +42,7 @@ var html = ''; - html += "
"; + html += "
"; html += '
'; html += '
';