summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-26 20:22:52 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-26 20:22:52 -0500
commitad4913d71330c440f0772c5e3ac2d7fe4179dd07 (patch)
tree111ea9c7cfd37a01bfcd1a6b99f3b308d5f88141
parentae6c16efa4cb3a2866f44ceef5bcdfdec8c7ea9e (diff)
parenta597e44f0d0ec28f7d5ef0bf39890c4ab86d1a70 (diff)
downloadpfsense-ad4913d71330c440f0772c5e3ac2d7fe4179dd07.zip
pfsense-ad4913d71330c440f0772c5e3ac2d7fe4179dd07.tar.gz
Merge pull request #3550 from phil-davis/patch-5
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php
index 8ad0b18..ce0a2c5 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -439,6 +439,8 @@ function systemStatusGetUpdateStatus() {
}
});
}
+
+setTimeout('systemStatusGetUpdateStatus()', 4000);
<?php endif; ?>
function updateMeters() {
@@ -457,17 +459,13 @@ function updateMeters() {
}
-<?php if (!isset($config['system']['firmware']['disablecheck'])): ?>
events.push(function(){
$("#showallsysinfoitems").click(function() {
$("[id^=show]").each(function() {
$(this).prop("checked", true);
});
});
-
- setTimeout('systemStatusGetUpdateStatus()', 4000);
});
-<?php endif; ?>
var update_interval = "<?=$widgetperiod?>";
OpenPOWER on IntegriCloud