diff options
author | thlo <t.lohmar@gmx.de> | 2013-01-07 20:36:08 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-01-07 20:36:08 +0100 |
commit | 21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834 (patch) | |
tree | 9cd6850d40351dff9e830ee926781c0a5f28ccea /vdr-smarttvweb/web/index.html | |
parent | b90278ae3caf9f7d2424e3b220b8fbf3cbeb0625 (diff) | |
download | vdr-plugin-smarttvweb-21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834.tar.gz vdr-plugin-smarttvweb-21f592bf3c2f09f41cbc3c9c6a34ffe5d70df834.tar.bz2 |
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/web/index.html')
-rwxr-xr-x | vdr-smarttvweb/web/index.html | 4 |
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); |