diff --git a/view/tpl/system_status_widget.tpl b/view/tpl/system_status_widget.tpl index 561139332..800926f92 100644 --- a/view/tpl/system_status_widget.tpl +++ b/view/tpl/system_status_widget.tpl @@ -75,5 +75,7 @@ } } - status_update_monitor.start(); + document.addEventListener("DOMContentLoaded", function() { + status_update_monitor.start(); + });