diff options
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/widgets/widgets/system_information.widget.php | 6 |
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?>"; |