diff --git a/htroot/Status.html b/htroot/Status.html index 69e479fef..d4ea05dc9 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -15,7 +15,7 @@ } } function reloadGraph() { - document.images["graph"].src="PerformanceGraph.png?nomem=&time="+(new Date()).getTime(); + document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime(); window.status=""; } function init() { @@ -47,7 +47,7 @@