summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Options.js
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-09-29 16:09:19 +0200
committerthlo <t.lohmar@gmx.de>2013-09-29 16:09:19 +0200
commitf294d3cb3aa36e2a74e4e4c8542c48da78f54861 (patch)
tree75e508fdd6d263b9b247e6d83346d131439195db /smarttv-client/Javascript/Options.js
parentc001a1556b1d159eff37591f35eb8968676e52ca (diff)
downloadvdr-plugin-smarttvweb-f294d3cb3aa36e2a74e4e4c8542c48da78f54861.tar.gz
vdr-plugin-smarttvweb-f294d3cb3aa36e2a74e4e4c8542c48da78f54861.tar.bz2
* Fixes in Comm handling.
* Fixes in Timer menu. * Fixes in Image Viewer. * Widget Code Improvements (HTTP transaction handlings)
Diffstat (limited to 'smarttv-client/Javascript/Options.js')
-rwxr-xr-xsmarttv-client/Javascript/Options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/smarttv-client/Javascript/Options.js b/smarttv-client/Javascript/Options.js
index cf44270..6364925 100755
--- a/smarttv-client/Javascript/Options.js
+++ b/smarttv-client/Javascript/Options.js
@@ -387,6 +387,7 @@ Options.onInput = function () {
// Done
// Options.cursorPos = Options.cursorPos +1;
// Options.deleteChar(); //
+ Main.logToServer("Options.onInput: Enter Pressed - Val= " + document.getElementById(Options.inputElm).value);
if (Config.verboseStart == true)
Display.showPopup("Options.onInput: Enter Pressed - Val= " + document.getElementById(Options.inputElm).value);
if (Options.state == Options.sSelect) {