diff options
| author | M. Voerman <rekordc@gmail.com> | 2014-04-16 17:17:56 +0200 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2014-04-16 17:17:56 +0200 |
| commit | da8aa5d379b449344e960d06d5c06b04961c4a40 (patch) | |
| tree | 7ad5920c57f36428b0db08eabba9c1be462e9566 /index.html | |
| parent | c099b47b83394786044f56ca43bef6c7c29c2cff (diff) | |
| download | vdr-vipclient-da8aa5d379b449344e960d06d5c06b04961c4a40.tar.gz vdr-vipclient-da8aa5d379b449344e960d06d5c06b04961c4a40.tar.bz2 | |
update channels/ server address
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1021,7 +1021,7 @@ function onKeyDown(event) { Makedigit(); break; - case KEY_A:// hh key on old long kpn 1710/1760 remote + case KEY_A:// |> key on old long kpn 1710/1760 remote break; case KEY_B:// hh key on old long kpn 1710/1760 remote if (prevChan !== currChan) { @@ -1030,9 +1030,9 @@ function onKeyDown(event) { play(channels[currChan]); } break; - case KEY_C:// hh key on old long kpn 1710/1760 remote + case KEY_C:// @ key on old long kpn 1710/1760 remote break; - case KEY_D:// hh key on old long kpn 1710/1760 remote + case KEY_D:// >@ key on old long kpn 1710/1760 remote break; case "Teletext": |
