git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
69ac103
)
modules/admin-full: remove leftover setTimeout() call in load graph
author
Jo-Philipp Wich
<redacted>
Wed, 21 Nov 2012 19:34:13 +0000
(19:34 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 21 Nov 2012 19:34:13 +0000
(19:34 +0000)
modules/admin-full/luasrc/view/admin_status/load.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_status/load.htm
b/modules/admin-full/luasrc/view/admin_status/load.htm
index 30e4267c01e7c2991a30982b2c8f71df4caec740..062874851e6f02b07761cb8602866946d45970b6 100644
(file)
--- 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);
}
);
}
git clone https://git.99rst.org/PROJECT