Fixed realtime graph http get spam (#11616)

This commit is contained in:
Ryan Walters
2020-05-15 08:31:43 -05:00
committed by GitHub
parent ec3dc4f89b
commit 077e6788bf

View File

@@ -342,6 +342,7 @@ function handle_error(type) {
if (real_interval !== 0) {
SVGDoc.getElementById('cacheinterval').firstChild.data = Math.round(real_interval);
}
return;
} else {
SVGDoc.getElementById("error").setAttributeNS(null, 'visibility', 'visible');
}