summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-01-25 01:03:54 +0100
committerM. Voerman <rekordc@gmail.com>2014-01-25 01:03:54 +0100
commit030e407f5d699dc9ffc9a63a4da7e02818d6bf60 (patch)
treee336026c6bce6a615c66efd5d983dd7796895169 /index.html
parentb20a1c7f2b79edf8672aa0909087584b7230cc3b (diff)
downloadvdr-vipclient-030e407f5d699dc9ffc9a63a4da7e02818d6bf60.tar.gz
vdr-vipclient-030e407f5d699dc9ffc9a63a4da7e02818d6bf60.tar.bz2
testing3 fix, forgot to read it from 'vip.testing3'
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 2a8b5d0..737ed7f 100644
--- a/index.html
+++ b/index.html
@@ -210,6 +210,7 @@ function GetSettings() {
experimental = Number(toi.informationService.getObject("vip.testing"));// Use some experimental code
testing2 = Number(toi.informationService.getObject("vip.testing2"));// Use some experimental code
+ testing3 = Number(toi.informationService.getObject("vip.testing3"));// Use some experimental code
Set_Res = Number(toi.informationService.getObject("vip.resolution"));
VideoOutput();