diff options
author | M. Voerman <rekordc@gmail.com> | 2013-04-17 16:36:10 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-04-17 16:36:10 +0200 |
commit | 538b43bfc93b8e474b06c4b844b9dc0210d962fc (patch) | |
tree | 8663a84deb568d0d765358165c7af3523eae0ad5 /index.html | |
parent | 16f646d0b16091a7a51acb0f7107264a37e7e522 (diff) | |
download | vdr-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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |