mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
💐 Sync 2026-03-16 23:50:13
This commit is contained in:
parent
f260f10d1a
commit
e86a3d29e1
@ -239,8 +239,8 @@
|
||||
labelup_25.parentNode.appendChild(textup);
|
||||
}
|
||||
|
||||
labeldn_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 4, data_wanted / 60);
|
||||
labelup_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 4, data_wanted / 60);
|
||||
labeldn_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', data_wanted / 60, 3);
|
||||
labelup_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', data_wanted / 60, 3);
|
||||
|
||||
/* render datasets, start update interval */
|
||||
XHR.poll(3, '<%=build_url(bandwidthtotalurl, all)%>', null,
|
||||
@ -884,7 +884,7 @@
|
||||
// Set 1h reload page timer because of suspected SVG graph memmory leak
|
||||
window.setTimeout(function()
|
||||
{
|
||||
if (activating == false)
|
||||
if (!activating)
|
||||
location.reload(true)
|
||||
}, 3600000)
|
||||
//]]></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user