diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 2a71aa32b5..4c31e12104 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 7485f35cd6..2002c55c53 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -42,7 +42,7 @@ var html = ''; - html += "
"; + html += "
"; html += '
'; html += '
';