From 4b19e21e66beeeccee83825aff737f60b329dca2 Mon Sep 17 00:00:00 2001 From: Barry Silverman Date: Fri, 29 Oct 2010 19:10:06 -0400 Subject: [PATCH] [BUG]Animate checkbox not initialized --- expertWires.js | 1 + 1 file changed, 1 insertion(+) diff --git a/expertWires.js b/expertWires.js index 8d3acf0..bcd24b7 100644 --- a/expertWires.js +++ b/expertWires.js @@ -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 {