git @ Cat's Eye Technologies Erratic-Turtle-Graphics / master
Properly update the `programTextarea`. Chris Pressey 1 year, 3 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5050 options: options,
5151 onchange: function(option) {
5252 program = option.value;
53 programTextarea.innerHTML = program;
53 programTextarea.value = program;
5454 run();
5555 }
5656 })