allow "rows" attrib of coderesponse textbox to set box height

This commit is contained in:
ichuang
2013-02-13 21:25:31 -05:00
parent 9b6cbd6d11
commit e413d16bff

View File

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