diff options
author | M. Voerman <rekordc@gmail.com> | 2013-09-16 14:29:10 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-09-16 14:29:10 +0200 |
commit | 4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe (patch) | |
tree | 1bfb58f281d4f0a44cf2b1acb39d1dfdc701b76b | |
parent | 5b82b12b64d56d1d736d0100208eab84be3f015a (diff) | |
download | vdr-vipclient-4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe.tar.gz vdr-vipclient-4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe.tar.bz2 |
make it a number.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ function GetSettings() { toi.informationService.setObject("vip.resolution","2",toi.informationService.STORAGE_PERMANENT) } - Set_Res = toi.informationService.getObject("vip.resolution"); + Set_Res = Number(toi.informationService.getObject("vip.resolution")); VideoOutput(); //if needed types can be set here. Default of the box is normal. |