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:
@@ -50,6 +50,7 @@
|
||||
},
|
||||
smartIndent: false
|
||||
});
|
||||
$("#textbox_${id}").find('.CodeMirror-scroll').height(${int(13.5*eval(rows))});
|
||||
});
|
||||
</script>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user