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 {