bring in support for old/slow browser, including nosim node

This commit is contained in:
BigEd
2010-10-30 18:24:00 +00:00
parent 83af54a47d
commit 3fcc3ee787
2 changed files with 43 additions and 8 deletions

View File

@ -309,6 +309,8 @@ function runChip(){
var stop = document.getElementById('stop');
start.style.visibility = 'hidden';
stop.style.visibility = 'visible';
if(typeof running == "undefined")
initChip();
running = true;
go();
}