fixup missing assignments causing errors

This commit is contained in:
BigEd 2011-04-05 18:29:49 +00:00
parent c6dd03ba17
commit 8ae5c087f6
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@ function goForN(n){
return;
}
running = false;
var start = document.getElementById('start');
var stop = document.getElementById('stop');
start.style.visibility = 'visible';
stop.style.visibility = 'hidden';
}