diff options
| author | M. Voerman <rekordc@gmail.com> | 2013-09-22 22:05:21 +0200 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2013-09-22 22:05:21 +0200 |
| commit | cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab (patch) | |
| tree | f571a6cfe498d746aeedd57b64bbb9888142c2cb /index.html | |
| parent | 57479a1183292db14db17a555cff3d4a1fd6c015 (diff) | |
| download | vdr-vipclient-cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab.tar.gz vdr-vipclient-cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab.tar.bz2 | |
<blue> key - EPG info always start at Now.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -694,6 +694,7 @@ function onKeyDown(event) { if(isSchedule == 0) { if(!epgactive) { SetOsdInfo(); + if(isFullscreen) { NowNext = 0;} if (NowNext) { osdepginfo.style.opacity = 0; osdepginfonext.style.opacity = 1; |
