diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-23 01:00:15 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-23 01:00:15 +0100 |
commit | 49612478dca75705b34de5788fa9daff481ccbc4 (patch) | |
tree | 01cbcad524dde101c3b5b2f800a8fbd3d95a3d1d /index.html | |
parent | 145021f050c2a42eb8188bcacd567efbf2b9a4e5 (diff) | |
download | vdr-vipclient-49612478dca75705b34de5788fa9daff481ccbc4.tar.gz vdr-vipclient-49612478dca75705b34de5788fa9daff481ccbc4.tar.bz2 |
2nd try to fix mediamenu
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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() { |