diff options
author | M. Voerman <rekordc@gmail.com> | 2014-11-19 21:45:04 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-11-19 21:45:04 +0100 |
commit | 54f6333c3f91e32390d8a38fc3465986da51ed62 (patch) | |
tree | ccab9d40e73c3c7d0854d615b48008bb27d5c0b5 /javascript | |
parent | 92be5ad6c65203bc7d262e97fd2b36e6e313c130 (diff) | |
download | vdr-vipclient-54f6333c3f91e32390d8a38fc3465986da51ed62.tar.gz vdr-vipclient-54f6333c3f91e32390d8a38fc3465986da51ed62.tar.bz2 |
Undo a change in epg_head
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/main.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/javascript/main.js b/javascript/main.js index a975eb5..95a0af5 100644 --- a/javascript/main.js +++ b/javascript/main.js @@ -3115,9 +3115,8 @@ function ShowTimerInfo() { } else { info3 = Lang[37]; } - osdepginfo.innerHTML = "<span class=osdepginfo" + cssres[css_nr][Set_Res] + ">" - + "<pre class=mainhead" + cssres[css_nr][Set_Res] + ">" + Left(info1,60) - + "</pre><p class=epg_head>" + timersDays[timerID] + " " + osdepginfo.innerHTML = "<span class=osdepginfo" + cssres[css_nr][Set_Res] + ">" + "<p class=epg_head>" + + Left(info1,60) + "<br>" + timersDays[timerID] + " " + timersStrt[timerID] + " - " + timersStop[timerID] + "<br>" + info2 + "</p><p class=epg_info>" + info3 + "<br>" + Left(info4,750) + "</p></span>" ; } |