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

allow "rows" attrib of coderesponse textbox to set box height
This commit is contained in:
Victor Shnayder
2013-02-14 06:16:29 -08:00

View File

@@ -50,6 +50,7 @@
},
smartIndent: false
});
$("#textbox_${id}").find('.CodeMirror-scroll').height(${int(13.5*eval(rows))});
});
</script>
</section>