From 08d512a9ddcb2a7e7b473d4b10ce3acb60c71531 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Wed, 23 Jan 2013 14:34:02 +0100 Subject: Release 0.13 --- History | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History b/History index 4649372..11d5f7b 100644 --- a/History +++ b/History @@ -1,3 +1,7 @@ +0.13 Bug fixes. + Cosmetic fixes. + + 0.12 Fixed timers menu (didn't work, after you read timers from server) Fixed pause function with "VDR on SmartTV" Updated to use the new function 'is_new' from "VDR on SmartTV" diff --git a/index.html b/index.html index f154bfd..1ed7358 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ // // -var Version = "0.13 2013/01/xx" +var Version = "0.13 2013/01/23" for (var i = minChan[0]; i < (maxChan[0]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; } for (var i = minChan[1]; i < (maxChan[1]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; } -- cgit v1.2.3