summaryrefslogtreecommitdiff
path: root/smarttv-client/index.html
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-03-04 20:24:15 +0100
committerthlo <t.lohmar@gmx.de>2013-03-04 20:24:15 +0100
commita3cab0b012c3512d5d49fc92104fb8233a98e300 (patch)
tree279fbee1072453b1737c2f35789265a903b1991f /smarttv-client/index.html
parentca77a5e9d162915a0bf7a57c95de71a21b1d8457 (diff)
downloadvdr-plugin-smarttvweb-a3cab0b012c3512d5d49fc92104fb8233a98e300.tar.gz
vdr-plugin-smarttvweb-a3cab0b012c3512d5d49fc92104fb8233a98e300.tar.bz2
Bug fix for Direct Live Channel Access.
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-xsmarttv-client/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html
index 903db08..3651fad 100755
--- a/smarttv-client/index.html
+++ b/smarttv-client/index.html
@@ -164,7 +164,9 @@
<div id="directChanAccess">
<table style="height: 100%; width: 80%">
<tr><td>
- <input type="text" id="directAccessAnchor" onkeydown='DirectAccess.onInput();' maxlength="4" size="4">
+ <a href='javascript:void(0);' id='directAccessAnchor' onkeydown='DirectAccess.onInput();' ></a>
+ <div id='directAccessText'></div>
+ <!-- <input type="text" id="directAccessAnchor" onkeydown='DirectAccess.onInput();' maxlength="4" size="4">-->
</td></tr>
</table>
</div>