From be4b1a35615d2d9153973a103fc554e5dd6a5dca Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Tue, 15 Jul 2014 13:46:34 -0700 Subject: [PATCH] added Chrome Extension (chrome companion) icon added icon for Chrome Companion so it can show in the active devices list --- dashboard-ui/scripts/dashboardpage.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index a9f7240404..8d6e37576d 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -638,6 +638,11 @@ return ""; } + if (clientLowered == "chrome companion") { + + return ""; + } + return null; }, @@ -1028,4 +1033,4 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow) .on('mouseleave.sessionItemMenu', '.playingSession', onHoverOut); }; -})(jQuery, document, window); \ No newline at end of file +})(jQuery, document, window);