Project "Tuxbox-GIT: apps": The branch, master has been updated via f2fbce0e730d894063ef67d2157aae11041bc0cd (commit) from a0eddc91808f4ad54dc0267ebb1972515d160ebd (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 f2fbce0e730d894063ef67d2157aae11041bc0cd Author: svenhoefer <svenhoe...@svenhoefer.com> Date: Sat Mar 14 18:38:19 2015 +0100 yweb: use interval to get volume Signed-off-by: GetAway <get-a...@t-online.de> diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Boxcontrol_Menue.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_Boxcontrol_Menue.yhtm index 4140630..3139b26 100644 --- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Boxcontrol_Menue.yhtm +++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Boxcontrol_Menue.yhtm @@ -64,6 +64,9 @@ function init(){ set_mute_button(); add_yExtensions('boxcontrol', 'secmenu_boxcontrol'); } +function get_data(){ + volumen_set_audiobar(volumen_get()); +} //]]> </script> </head> @@ -137,6 +140,7 @@ function init(){ <script type="text/javascript"> //<![CDATA[ init(); + window.setInterval("get_data();",5000); //]]> </script> </body> diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt index 2d2231c..b7bdb5c 100644 --- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt +++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt @@ -1,4 +1,4 @@ -version=2.8.0.6 -date=12.03.2015 +version=2.8.0.7 +date=14.03.2015 type=Release info=Tuxbox ----------------------------------------------------------------------- Summary of changes: .../daemons/nhttpd/web/Y_Boxcontrol_Menue.yhtm | 4 ++++ tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 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