This commit is contained in:
Rouslan Placella 2012-12-06 22:05:23 +00:00
parent 04549d2dcc
commit 6a46a0163a

View File

@ -98,7 +98,7 @@ AJAX.registerOnload('server_status_monitor.js', function() {
/**** Monitor charting implementation ****/
/* Saves the previous ajax response for differential values */
var oldChartData = null;
// Holds about to created chart
// Holds about to be created chart
var newChart = null;
var chartSpacing;