summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-01-06 11:08:59 +0100
committerM. Voerman <rekordc@gmail.com>2014-01-06 11:08:59 +0100
commit83b90f4ece1d2ec2171837b611034472a9ea433a (patch)
tree3466377f5dfab2bc69d114dd530deffd32bb1155 /index.html
parente90adeae6a91f6774bb298d0d620090a146d204b (diff)
downloadvdr-vipclient-83b90f4ece1d2ec2171837b611034472a9ea433a.tar.gz
vdr-vipclient-83b90f4ece1d2ec2171837b611034472a9ea433a.tar.bz2
pipplayer test removed from menu key 8 to make it work ok again
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/index.html b/index.html
index 8d04194..b911b91 100644
--- a/index.html
+++ b/index.html
@@ -2439,13 +2439,7 @@ function onKeyMenu(keyCode) {
break;
case KEY_8:
- // PIP testing
- if (menu == 0 && pipPlayer) {
- isSetupMenu = 0;
- mainmenu.style.opacity = 0;
- pipplay(channels[604]);
- }
- if (menu == MainMenu) {
+ if (menu == MainMenu) {
mainmenu.innerHTML = "<h1><center style='font-size:" + fsMenuMain + ";" + color_main_head + ";'>" + Lang[8] + "</center></h1><pre style='" + color_main_font + ";font-size:" + fsMenu + ";'>\n\n\n<center>" + Lang[0] + "</center></pre>";
timerID = 0;
menu = 7;
@@ -2459,10 +2453,10 @@ function onKeyMenu(keyCode) {
}
InitMenu(menu);
}
- if (menu == 8) {
+ if (menu == 8) {
SetGroup(8);
InitMenu(menu);
- }
+ }
break;