summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/javascript/index/sajax.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js
index edf3b4d..c195cf0 100644
--- a/usr/local/www/javascript/index/sajax.js
+++ b/usr/local/www/javascript/index/sajax.js
@@ -48,6 +48,8 @@ function updateCPU(x)
document.getElementById("cpuwidtha").style.width = x + 'px';
if($('cpuwidthb'))
document.getElementById("cpuwidthb").style.width = (100 - x) + 'px';
+ GraphValue(graph[0], x);
+
}
function updateTemp(x)
OpenPOWER on IntegriCloud