modules/admin-full: remove leftover setTimeout() call in load graph
This commit is contained in:
parent
69ac1031b7
commit
7399e07593
1 changed files with 0 additions and 5 deletions
|
@ -8,8 +8,6 @@ You may obtain a copy of the License at
|
|||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
$Id$
|
||||
|
||||
-%>
|
||||
|
||||
<%+header%>
|
||||
|
@ -244,9 +242,6 @@ $Id$
|
|||
label_01_peak.innerHTML = (data_01_peak / 100).toFixed(2);
|
||||
label_05_peak.innerHTML = (data_05_peak / 100).toFixed(2);
|
||||
label_15_peak.innerHTML = (data_15_peak / 100).toFixed(2);
|
||||
|
||||
/* reset timer */
|
||||
window.setTimeout(update_graph, 1000);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue