Commit f80181be by Victor Shnayder

Merge pull request #1499 from MITx/feature/ichuang/codeinput-rows-fix

allow "rows" attrib of coderesponse textbox to set box height
parents 9b6cbd6d e413d16b
......@@ -50,6 +50,7 @@
},
smartIndent: false
});
$("#textbox_${id}").find('.CodeMirror-scroll').height(${int(13.5*eval(rows))});
});
</script>
</section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment