From: Jo-Philipp Wich Date: Wed, 21 Nov 2012 19:34:13 +0000 (+0000) Subject: modules/admin-full: remove leftover setTimeout() call in load graph X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7399e07593f79334ae5342faf5c9f0687caf6c2d modules/admin-full: remove leftover setTimeout() call in load graph --- 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); } ); }