Project

General

Profile

« Previous | Next » 

Revision cbac040d

Added by Daniel Rasmussen over 13 years ago

Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span

View differences:

usr/local/www/widgets/javascript/cpu_graphs.js
242 242
	for(var i = 0; i < count; i++)
243 243
		graph['spans'][i].style.marginTop = getMargin(i);
244 244

  
245
	jQuery('#' + graph['spans'][count - 1]).fadeIn(500);
246
}
247

  
245
//	jQuery('#' + graph['spans'][count - 1]).fadeIn(500);
246
}

Also available in: Unified diff