From 37fea5cc51a98ec92ba439118f7fcaef6eee3f90 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 8 Mar 2009 23:08:06 -0400 Subject: Graph value on the GraphLink graph, too --- usr/local/www/javascript/index/sajax.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local/www/javascript') 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) -- cgit v1.1