From f294d3cb3aa36e2a74e4e4c8542c48da78f54861 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 29 Sep 2013 16:09:19 +0200 Subject: * Fixes in Comm handling. * Fixes in Timer menu. * Fixes in Image Viewer. * Widget Code Improvements (HTTP transaction handlings) --- smarttv-client/Javascript/Config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'smarttv-client/Javascript/Config.js') diff --git a/smarttv-client/Javascript/Config.js b/smarttv-client/Javascript/Config.js index 08c4cf5..7496cbc 100755 --- a/smarttv-client/Javascript/Config.js +++ b/smarttv-client/Javascript/Config.js @@ -249,6 +249,7 @@ Config.updateContext = function (addr) { if (found == true) { // don't overwrite, if the address is already there. Main.log("Config.updateContext: don't overwrite -> return"); + Main.logToServer("Config.updateContext: don't overwrite -> return"); Notify.showNotify("Server already included -> Ignoring", true); if ((Config.verboseStart == true) && (Config.firstLaunch == true)) Display.showPopup("Config.updateContext: don't overwrite -> return"); -- cgit v1.2.3