summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-10-07 10:16:44 +0200
committerM. Voerman <rekordc@gmail.com>2013-10-07 10:16:44 +0200
commit1463719a6e438bc8f25c408d47d40c977385d93e (patch)
tree066e414be0caa4826650242e7a0d98b62ae8340f /index.html
parent29a1f5bee87f4ea7863cb22b339db4aead22ffa4 (diff)
downloadvdr-vipclient-1463719a6e438bc8f25c408d47d40c977385d93e.tar.gz
vdr-vipclient-1463719a6e438bc8f25c408d47d40c977385d93e.tar.bz2
hide/display schedule with same button (Yellow)
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index bb47726..8715b65 100644
--- a/index.html
+++ b/index.html
@@ -1141,7 +1141,13 @@ function onCacheUpdated() {
}
function OSDchannr(channr) {
- osdnr.innerHTML = "<center>" + Right(channr,3) + "</center>";
+ osdnr.innerHTML = "<center>" + Right(channr,3) + "</center>";
+
+// Show logo's
+// if (experimental == "yes" ) {
+// osdnr.innerHTML = "<img src='" + channels[currChan] + ".logo.jpg' style='width:80%; max-height:100%; position:absolute; left:10%;' >";
+// }
+
}
function OSDhtml(){
@@ -2900,6 +2906,8 @@ if (DelisOK) {
break;
}
if (osdepginfo.style.opacity == 1) { osdepginfo.style.opacity = 0; break; }
+ case "Yellow":
+ //hide/display schedule with same button
case "TV":
UnloadMediaSettings();
break;