From 46958d19da7e77056a294ed596d3406fa75eb536 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Fri, 15 Mar 2013 14:20:27 +0100 Subject: More EPG filter added Infobox for instant recording --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 9054e0f..3977212 100644 --- a/index.html +++ b/index.html @@ -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); } -- cgit v1.2.3