[BUG]Animate checkbox not initialized

This commit is contained in:
Barry Silverman 2010-10-29 19:10:06 -04:00
parent df6aaa392c
commit 4b19e21e66
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ function updateChipLayoutVisibility(isOn){
document.getElementById('nochip').style.display = 'none';
document.getElementById('logstreamscroller').style.height="260px";
// allow the display to update while we load the graphics
updateChipLayoutAnimation(true);
setStatus('loading graphics...');
setTimeout(setupChipLayoutGraphics, 0);
} else {