From 8794ae2f4632abae427a5f5cbd6daa9575ea22e5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 13 Jul 2011 22:42:43 +0000 Subject: [PATCH] moved some js fcts into a separate js file --- www/Makefile.am | 2 +- www/Makefile.in | 2 +- www/monitor.html | 51 +++++++-------------------------------------------- 3 files changed, 9 insertions(+), 46 deletions(-) diff --git a/www/Makefile.am b/www/Makefile.am index 869ec53..cbacbcb 100644 --- a/www/Makefile.am +++ b/www/Makefile.am @@ -1,4 +1,4 @@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js +defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js EXTRA_DIST=$(defaultwww_DATA) diff --git a/www/Makefile.in b/www/Makefile.in index c9a21a7..4029f9b 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -213,7 +213,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ defaultwwwdir = $(pkgdatadir)/www -defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js +defaultwww_DATA = index.html style.css favicon.ico monitor.html jquery.js psensor.js EXTRA_DIST = $(defaultwww_DATA) all: all-am diff --git a/www/monitor.html b/www/monitor.html index 57472d3..0c2f408 100644 --- a/www/monitor.html +++ b/www/monitor.html @@ -5,32 +5,9 @@ +