mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
24d515348c
commit
cbac040da5
@ -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);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user