diff options
author | thlo <smarttv640@gmail.com> | 2013-03-04 20:24:15 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-04 20:24:15 +0100 |
commit | 13179172521985613645c80a503e8d4e9afc4b48 (patch) | |
tree | 279fbee1072453b1737c2f35789265a903b1991f /smarttv-client | |
parent | b788b9e2c84856f9d332bb5fd3f1fc4c87713850 (diff) | |
download | vdr-plugin-smarttvweb-13179172521985613645c80a503e8d4e9afc4b48.tar.gz vdr-plugin-smarttvweb-13179172521985613645c80a503e8d4e9afc4b48.tar.bz2 |
Bug fix for Direct Live Channel Access.
Diffstat (limited to 'smarttv-client')
-rwxr-xr-x | smarttv-client/index.html | 4 |
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>
|