summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-01-23 01:00:15 +0100
committerM. Voerman <rekordc@gmail.com>2013-01-23 01:00:15 +0100
commit49612478dca75705b34de5788fa9daff481ccbc4 (patch)
tree01cbcad524dde101c3b5b2f800a8fbd3d95a3d1d /index.html
parent145021f050c2a42eb8188bcacd567efbf2b9a4e5 (diff)
downloadvdr-vipclient-49612478dca75705b34de5788fa9daff481ccbc4.tar.gz
vdr-vipclient-49612478dca75705b34de5788fa9daff481ccbc4.tar.bz2
2nd try to fix mediamenu
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/index.html b/index.html
index 568f552..ef65bb4 100644
--- a/index.html
+++ b/index.html
@@ -1943,8 +1943,9 @@ if (DelisOK) {
switchtimer.style.opacity = 0;
DelisOK = 0;
break;
- }
-}
+ } // end of switch
+} // end of if
+
if (mediaList.style.opacity != 0) {
switch(keyCode) {
case "BrowserBack":
@@ -2056,10 +2057,8 @@ if (mediaList.style.opacity != 0) {
default:
break;
- }
-}
-
-if (mediaList.style.opacity == 0) {
+ } // end of switch
+} else {
switch(keyCode) {
case "BrowserBack":
ShowInfo();
@@ -2245,9 +2244,8 @@ if (mediaList.style.opacity == 0) {
default:
break;
-
- }
- }
+ } // end of switch
+ } // end of if
}
function getRecList() {