From 183292ca338ea693b3b8704a9615e2cf0b51f3b5 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 14 Jul 2014 20:16:41 +0200 Subject: Added german translation --- index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 71f20d4..0883a54 100644 --- a/index.html +++ b/index.html @@ -178,12 +178,6 @@ function GetSettings() { //show info if channel is on hardcoded list of non free } - try { - if (!is.getObject("vip.getmarks")) {} - } catch(e) { - is.setObject("vip.getmarks","0",is.STORAGE_PERMANENT) - } - try { if (!is.getObject("vip.fav_max_channel")) {} } catch(e) { @@ -227,7 +221,6 @@ function GetSettings() { experimental = Number(is.getObject("vip.testing"));// Use some experimental code testing2 = Number(is.getObject("vip.testing2"));// Use some experimental code - get_marks = Number(is.getObject("vip.getmarks")); ShowSubs = Number(is.getObject("vip.showsubs")); Set_Res = Number(is.getObject("vip.resolution")); @@ -2915,7 +2908,7 @@ if(menu == 9) { // INFO2 Menu } htmltext += "\n getmarks from"; - if (Number(is.getObject("vip.getmarks"))) { htmltext += " smarttvweb "; } else { htmltext += " restfulapi "; } + if (get_marks == 1) { htmltext += " smarttvweb "; } else { htmltext += " restfulapi "; } htmltext += "\n getrecordings from"; if (get_recordings == 1) { htmltext += " smarttvweb "; -- cgit v1.2.3