summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/web/index.html
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-01-07 20:36:08 +0100
committerthlo <t.lohmar@gmx.de>2013-01-07 20:36:08 +0100
commit21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834 (patch)
tree9cd6850d40351dff9e830ee926781c0a5f28ccea /vdr-smarttvweb/web/index.html
parentb90278ae3caf9f7d2424e3b220b8fbf3cbeb0625 (diff)
downloadvdr-plugin-smarttvweb-21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834.tar.gz
vdr-plugin-smarttvweb-21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834.tar.bz2
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/web/index.html')
-rwxr-xr-xvdr-smarttvweb/web/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/vdr-smarttvweb/web/index.html b/vdr-smarttvweb/web/index.html
index 9e1117b..f134ece 100755
--- a/vdr-smarttvweb/web/index.html
+++ b/vdr-smarttvweb/web/index.html
@@ -21,6 +21,10 @@ $(document).ready(function(){
// end of dataReceivedCallBack
};
+ Server.errorCallback = function (msg) {
+ alert (msg);
+ buttonHandler('rec');
+ };
$.mobile.loading('show');
Server.setSort(true);