💐 Sync 2026-03-16 23:50:13

This commit is contained in:
github-actions[bot] 2026-03-16 23:50:13 +08:00
parent f260f10d1a
commit e86a3d29e1

View File

@ -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>