From 85dc7070323fcd7eab7218713757def4b8e4f8df Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 24 May 2013 00:46:22 -0400 Subject: [PATCH] fixes #304 - Roku Image Missing --- dashboard-ui/scripts/dashboardpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index 908a99dd5c..b0327f4e8f 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -134,7 +134,7 @@ } if (clientLowered == "roku") { - return "Roku"; + return "Roku"; } if (clientLowered == "ios") {