diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt index be67ae88b..d0f353607 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt @@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE. */ function updateStatus() { // update UI - updateStatusPrepare(); + updateStatusPrepare(); // request status ajaxGet('/api/core/firmware/status',{},function(data,status){ @@ -364,7 +364,7 @@ POSSIBILITY OF SUCH DAMAGE. // dashboard link: run check automatically } else if (window.location.hash == '#checkupdate') { // update UI and delay update to avoid races - updateStatusPrepare(); + updateStatusPrepare(); setTimeout(updateStatus, 1000); } });