summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/system_information.widget.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-10 18:58:22 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-10 18:58:22 +0545
commit5a957b9a247a7bb798e7bc1f159492d9a0abded1 (patch)
treeb8654439ccd37fab50de8f4840dd95ed6e7defce /src/usr/local/www/widgets/widgets/system_information.widget.php
parent932711c7ec2a6cdd19a4a71b9812b1811dae348e (diff)
downloadpfsense-5a957b9a247a7bb798e7bc1f159492d9a0abded1.zip
pfsense-5a957b9a247a7bb798e7bc1f159492d9a0abded1.tar.gz
More $Id and whitespace
from more obscure folders around the code
Diffstat (limited to 'src/usr/local/www/widgets/widgets/system_information.widget.php')
-rw-r--r--src/usr/local/www/widgets/widgets/system_information.widget.php6
1 files changed, 3 insertions, 3 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 81ddfae..1a92885 100644
--- a/src/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/src/usr/local/www/widgets/widgets/system_information.widget.php
@@ -354,7 +354,7 @@ function updateMeters() {
setTimer();
}
-events.push(function(){
+events.push(function(){
setTimeout('systemStatusGetUpdateStatus()', 4000);
});
@@ -371,7 +371,7 @@ function setProgress(barName, percent) {
}
function setTimer() {
- timeout = window.setTimeout('updateMeters()', update_interval);
+ timeout = window.setTimeout('updateMeters()', update_interval);
}
function stats(x) {
@@ -493,7 +493,7 @@ function updateInterfaceStats(x){
for (var y=0; y<statistics_split.length-1; y++){
if(jQuery('#stat' + counter)) {
jQuery('#stat' + counter).html(statistics_split[y]);
- counter++;
+ counter++;
}
}
}
OpenPOWER on IntegriCloud