diff --git a/web/application.js b/web/application.js index 2fb1868f..f73585b2 100644 --- a/web/application.js +++ b/web/application.js @@ -253,7 +253,7 @@ var fetch = function() { $('.ju').html(moment.duration(parseInt(json.u), 'seconds').humanize()); } - $('.jm').html((json.m.toFixed(0)/1000).toFixed(1)); + $('.jm').html((parseInt(json.m).toFixed(0)/1000).toFixed(1)); setStatus("esp", json.em); setStatus("han", json.hm);