Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/diag_pf_info.php | ||
---|---|---|
74 | 74 |
}); |
75 | 75 |
} |
76 | 76 |
function activitycallback(transport) { |
77 |
jQuery('#pfactivitydiv').html('<font face="Courier" size="2"><pre style="text-align:left;">' + transport.responseText + '<\/pre><\/font>');
|
|
77 |
jQuery('#pfactivitydiv').html('<font face="Courier" size="2"><pre style="text-align:left;">' + transport.responseText + '<\/pre><\/font>'); |
|
78 | 78 |
setTimeout('getpfinfo()', 2000); |
79 | 79 |
} |
80 | 80 |
//]]> |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.