modules/admin-full: remove leftover setTimeout() call in load graph
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / load.htm
index 30e4267..0628748 100644 (file)
@@ -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);
                                        }
                                );
                        }