diff options
author | M. Voerman <rekordc@gmail.com> | 2013-03-15 14:20:27 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-03-15 14:20:27 +0100 |
commit | 46958d19da7e77056a294ed596d3406fa75eb536 (patch) | |
tree | ee6ad2e6139adb87a0942281e83bcb3f2754c183 /index.html | |
parent | be50c0c08c7e063795ec6c16a745319f8b9ab6db (diff) | |
download | vdr-vipclient-46958d19da7e77056a294ed596d3406fa75eb536.tar.gz vdr-vipclient-46958d19da7e77056a294ed596d3406fa75eb536.tar.bz2 |
More EPG filter added
Infobox for instant recording
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2748,7 +2748,13 @@ try { xmlhttp.open("POST",(RestFulAPI + "/remote/switch/" + channels[currChan]),true); xmlhttp.send(); //start recording - setTimeout("xmlhttp.open('POST',(RestFulAPI + '/remote/Record'),false);xmlhttp.send();",1000); + setTimeout("xmlhttp.open('POST',(RestFulAPI + '/remote/Record'),false);xmlhttp.send();",1000); + + //Show some info on screen + settimer(EPG[NowNext][2][currChan],EPG[NowNext][1][currChan],0); + switchtimer.style.opacity = 1; + setTimeout("switchtimer.style.opacity = 0; ", 2000); + } catch(e) { alert("Sending Record key to server problem: " + e); } |