summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-04-17 16:36:10 +0200
committerM. Voerman <rekordc@gmail.com>2013-04-17 16:36:10 +0200
commit538b43bfc93b8e474b06c4b844b9dc0210d962fc (patch)
tree8663a84deb568d0d765358165c7af3523eae0ad5 /index.html
parent16f646d0b16091a7a51acb0f7107264a37e7e522 (diff)
downloadvdr-vipclient-538b43bfc93b8e474b06c4b844b9dc0210d962fc.tar.gz
vdr-vipclient-538b43bfc93b8e474b06c4b844b9dc0210d962fc.tar.bz2
Fix : timers[i] tries to clear crap if current timer.length < previous timer.length
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 94f87bc..5d34a55 100644
--- a/index.html
+++ b/index.html
@@ -1973,6 +1973,7 @@ try {
xmlDoc=xmlhttp.responseXML;
var x=xmlDoc.getElementsByTagName("timer");
maxTimers = x.length;
+ for (var i=0;i<(x.length+10);i++) { timers[i] = "" ;} // clear timers[i] tries to clear crap if current x.length < previous x.length
for (var i=0;i<x.length;i++)
{
var fill = "\uE003\uE003\uE003\uE003\uE003\uE003\uE003\uE003\uE003\uE003";