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++]) {