diff --git a/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php b/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
index 16346d781..167d90ba1 100644
--- a/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
+++ b/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
@@ -156,7 +156,7 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
jQuery(divlabel).prop('innerHTML',responseStrings[count]);
}
}
- $(window).load(function() {
+ $(window).on("load", function() {
// Do the first status check 2 seconds after the dashboard opens
setTimeout('dyndns_getstatus()', 2000);
});
diff --git a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
index 76131e127..3dc9a58cc 100644
--- a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
+++ b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
@@ -149,7 +149,7 @@ if (!empty($_REQUEST['getrfc2136status'])) {
jQuery(divlabel).prop('innerHTML',responseStrings[count]);
}
}
- $(window).load(function() {
+ $(window).on("load", function() {
// Do the first status check 2 seconds after the dashboard opens
setTimeout('rfc2136_getstatus()', 2000);
});
diff --git a/security/etpro-telemetry/src/www/widgets/widgets/proofpoint_et.widget.php b/security/etpro-telemetry/src/www/widgets/widgets/proofpoint_et.widget.php
index 54ec9fbbc..a7844286c 100644
--- a/security/etpro-telemetry/src/www/widgets/widgets/proofpoint_et.widget.php
+++ b/security/etpro-telemetry/src/www/widgets/widgets/proofpoint_et.widget.php
@@ -36,7 +36,7 @@