Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 2ec785972ec92ccf0cc1d87cbef44d27a6581e0c (commit)
from d0e163f1cc00ad1343d79395ca3e0a707535e3ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ec785972ec92ccf0cc1d87cbef44d27a6581e0c
Author: GetAway <get...@t-...>
Date: Sun Mar 8 18:25:19 2015 +0100
yweb: give fbshot more time
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_remote_osd.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_remote_osd.yhtm
index 9bbae81..e5bc906 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_remote_osd.yhtm
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_remote_osd.yhtm
@@ -7,6 +7,9 @@ function rcsim(_key) {
do_dboxshot();
}
function do_dboxshot(){
+ window.setTimeout("do_dboxshot2()", 1000);
+}
+function do_dboxshot2(){
var res = dbox_exec_tools("fbshot -r -o /tmp/a.bmp");
if(res != "")
dbox_exec_tools("fbshot -o /tmp/a.bmp");
@@ -18,7 +21,6 @@ function do_clearshot(){
}
function do_clearshot2(){
dbox_exec_tools("fbshot_clear");
- show_waitbox(false);
}
//]]>
</script>
-----------------------------------------------------------------------
Summary of changes:
.../daemons/nhttpd/web/Y_Tools_remote_osd.yhtm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
Tuxbox-GIT: apps
|