summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Server.js
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-01-07 20:41:02 +0100
committerthlo <t.lohmar@gmx.de>2013-01-07 20:41:02 +0100
commitf80782b829cf1a470af944ff3f49cefd43f47dc3 (patch)
treed87d5151cecd205976d23d0e13a61fc7cb8a8870 /smarttv-client/Javascript/Server.js
parentf398669a423f0f61911c97e2fe0d98664f1cbf44 (diff)
downloadvdr-plugin-smarttvweb-f80782b829cf1a470af944ff3f49cefd43f47dc3.tar.gz
vdr-plugin-smarttvweb-f80782b829cf1a470af944ff3f49cefd43f47dc3.tar.bz2
Fixes (use liveChannels from Widget.conf, no error after start video,
etc).
Diffstat (limited to 'smarttv-client/Javascript/Server.js')
-rwxr-xr-xsmarttv-client/Javascript/Server.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/smarttv-client/Javascript/Server.js b/smarttv-client/Javascript/Server.js
index ee23505..f24a789 100755
--- a/smarttv-client/Javascript/Server.js
+++ b/smarttv-client/Javascript/Server.js
@@ -67,10 +67,10 @@ Server.createVideoList = function() {
if (this.XHRObj.status != 200) {
Display.putInnerHTML(splashElement, "XML Server Error " + this.XHRObj.status);
- Display.status("XML Server Error " + this.XHRObj.status);
- Display.showPopup("XML Server Error " + this.XHRObj.status);
+// Display.status("XML Server Error " + this.XHRObj.status);
+// Display.showPopup("XML Server Error " + this.XHRObj.status);
if (this.errorCallback != null) {
- this.errorCallback("ServerError");
+ this.errorCallback(this.XHRObj.responseText);
}
}
else