From 46d960c7f5ecd3303cb203827232e34af1101622 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Wed, 19 Jun 2013 17:00:55 +0200 Subject: Try to fix double lines in recordings menu --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 84e4af6..4b44279 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ // // -var Version = "0.20.4" +var Version = "0.20.5" for (var x = 0; x < 10; x++) { if (minChan[x]) { @@ -2938,6 +2938,7 @@ try { xmlhttp.open("POST",(recServ + "/deleteRecording.xml?id=" + recGUID[currMed] ),false); xmlhttp.send(); recList[currMed] = ""; + recGroup[currMed] = ""; } catch(e) { alert("Delete Recordings problem: " + e); } @@ -2986,6 +2987,7 @@ function MakeRecList2() { { if (recTitl[i][1]) { if (recTitl[i][0] != x) { + recList[i] = "\uE002\uE003" + recTitl[i][0]; xx = xx + 1; } else { -- cgit v1.2.3