summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/web/index.html
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-01-07 20:36:08 +0100
committerthlo <t.lohmar@gmx.de>2013-01-07 20:36:08 +0100
commitf398669a423f0f61911c97e2fe0d98664f1cbf44 (patch)
tree9cd6850d40351dff9e830ee926781c0a5f28ccea /vdr-smarttvweb/web/index.html
parent8ad7cafb329e46725b523a3956eeeaeccd45e01e (diff)
downloadvdr-plugin-smarttvweb-f398669a423f0f61911c97e2fe0d98664f1cbf44.tar.gz
vdr-plugin-smarttvweb-f398669a423f0f61911c97e2fe0d98664f1cbf44.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);