summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Options.js
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-09-01 16:53:29 +0200
committerthlo <t.lohmar@gmx.de>2013-09-01 16:53:29 +0200
commitd9ccb92d336bb36a90b3ab9ace2d221644442d43 (patch)
tree337b7ff9a78c432d23627af5a1e6e7d47d7cff1c /smarttv-client/Javascript/Options.js
parent68de2c4bdab84ae56ddad0db48c48b40f0ca536c (diff)
downloadvdr-plugin-smarttvweb-d9ccb92d336bb36a90b3ab9ace2d221644442d43.tar.gz
vdr-plugin-smarttvweb-d9ccb92d336bb36a90b3ab9ace2d221644442d43.tar.bz2
Timer menu entry, which gives an overview of the timers and allows
deletion of timers. widget.conf configurable InfoOverlay timeout (new widget.conf entry <infoTimeout>) YouTube entry becomes optional. Add <youtubemenu>true</youtubemenu> to your widget.conf Improved server error feedback through widget GUI Bug Fixes.
Diffstat (limited to 'smarttv-client/Javascript/Options.js')
-rwxr-xr-xsmarttv-client/Javascript/Options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarttv-client/Javascript/Options.js b/smarttv-client/Javascript/Options.js
index efa5a63..9964a00 100755
--- a/smarttv-client/Javascript/Options.js
+++ b/smarttv-client/Javascript/Options.js
@@ -53,7 +53,7 @@ Options.hide = function() {
$("#optionsScreen").hide();
// document.getElementById("optionsScreen").style.display="none";
Helpbar.hide();
- Helpbar.hideSrv();
+// Helpbar.hideSrv();
Main.enableKeys();
};