From 22c2747a5b17b531f7128235d92d3607e7ac8146 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Wed, 12 Dec 2012 22:06:49 +0100 Subject: Missed one. now OSD time is toFixed(0). --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 36f9188..6959334 100644 --- a/index.html +++ b/index.html @@ -787,7 +787,7 @@ function GetEPG(epgchan) // CDS has short info, other providers, a little longer. EPGNext = th + ":" + tm + " (" + (event.duration/60).toFixed(0) + ")" + " " + event.name + " " + EPGShortnext; } else { - EPGNext = th + ":" + tm + " (" + (event.duration/60) + ")" + " " + event.name + " "; + EPGNext = th + ":" + tm + " (" + (event.duration/60).toFixed(0) + ")" + " " + event.name + " "; } if (!event.time) { -- cgit v1.2.3