summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-11-21 19:34:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-11-21 19:34:13 +0000
commit7399e07593f79334ae5342faf5c9f0687caf6c2d (patch)
tree727a2e166db662a0b6d5a167eb908099a66bf7f5 /modules
parent69ac1031b7e83fb68ee1f6f952890fc0654f54f8 (diff)
modules/admin-full: remove leftover setTimeout() call in load graph
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/view/admin_status/load.htm5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/load.htm b/modules/admin-full/luasrc/view/admin_status/load.htm
index 30e4267c0..062874851 100644
--- a/modules/admin-full/luasrc/view/admin_status/load.htm
+++ b/modules/admin-full/luasrc/view/admin_status/load.htm
@@ -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);
}
);
}