summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-01-07 09:56:13 +0100
committerM. Voerman <rekordc@gmail.com>2014-01-07 09:56:13 +0100
commit70007e4e2f090a2d36a003c6df4d6a213a51d605 (patch)
tree7d99d1f048e3828e6b090a4083ea9f910c1bd33c
parenta4e96e8a052c64fe8b7bc8c8df090d928e267b0a (diff)
downloadvdr-vipclient-70007e4e2f090a2d36a003c6df4d6a213a51d605.tar.gz
vdr-vipclient-70007e4e2f090a2d36a003c6df4d6a213a51d605.tar.bz2
some cleaning up
-rw-r--r--index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5355330..59b51c5 100644
--- a/index.html
+++ b/index.html
@@ -3482,9 +3482,7 @@ try {
for (var i=0;i<x.length;i++)
{
var y = x[i].childNodes[0].nodeValue.split(",");
- alert(y);
recMark[i] = Number(y[0]);
- alert(recMark[i]);
}
} catch(e) {
alert("Getting Marks problem: " + e);