From 82f3a502d9cee1c6be6c29cd0b3bb3345d77ac77 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 18 Mar 2016 21:31:57 -0400 Subject: [PATCH] update kodi dlna profile --- dashboard-ui/components/humanedate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/components/humanedate.js b/dashboard-ui/components/humanedate.js index 83a7e14366..67e77166e1 100644 --- a/dashboard-ui/components/humanedate.js +++ b/dashboard-ui/components/humanedate.js @@ -38,7 +38,7 @@ if (seconds < 0) { seconds = Math.abs(seconds); - token = ''; + //token = ''; } while (format = time_formats[i++]) {