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

This commit is contained in:
Joecowboy 2012-01-05 18:21:13 -06:00
parent 24d515348c
commit cbac040da5

View File

@ -242,6 +242,5 @@ function GraphDraw(graph) {
for(var i = 0; i < count; i++)
graph['spans'][i].style.marginTop = getMargin(i);
jQuery('#' + graph['spans'][count - 1]).fadeIn(500);
}
// jQuery('#' + graph['spans'][count - 1]).fadeIn(500);
}