From 4a84b562a46ded38e0a3289e5ea2bf6f9d0331fe Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 16 Sep 2013 14:29:10 +0200 Subject: make it a number. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 144bdfc..ae1c4c4 100644 --- a/index.html +++ b/index.html @@ -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. -- cgit v1.2.3