summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Comm.js
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-09-01 16:53:29 +0200
committerthlo <t.lohmar@gmx.de>2013-09-01 16:53:29 +0200
commit752587bccad186db28df673f84690eb265ecd991 (patch)
tree337b7ff9a78c432d23627af5a1e6e7d47d7cff1c /smarttv-client/Javascript/Comm.js
parent611fd0079284be330812e9eb44a43304c42387fe (diff)
downloadvdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.tar.gz
vdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.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/Comm.js')
-rw-r--r--smarttv-client/Javascript/Comm.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/smarttv-client/Javascript/Comm.js b/smarttv-client/Javascript/Comm.js
index b6e216f..d732fca 100644
--- a/smarttv-client/Javascript/Comm.js
+++ b/smarttv-client/Javascript/Comm.js
@@ -12,6 +12,9 @@ Comm.init = function () {
this.created = true;
// >> Register custom manager callback to receive device connect and disconnect events
+ if (Config.deviceType != 0)
+ return;
+
Comm.customMgr = webapis.customdevice || {};
Comm.customMgr.registerManagerCallback(Comm.onDeviceStatusChange);