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-a...@t-online.de> Date: Sun Mar 8 18:25:19 2015 +0100 yweb: give fbshot more time Signed-off-by: GetAway <get-a...@t-online.de> 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 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Tuxbox-cvs-commits mailing list Tuxbox-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits