This basically commits the transpiled CoffeeScript JS (with minor cleanup) and removes coffee build support. A tiny amount of support for xblocks exists, because external users may have xblocks with coffee. But no coffee in our tree anyway.
8 lines
255 B
HTML
8 lines
255 B
HTML
<div id="feedback_div">
|
|
<form>
|
|
<label>Subject:</label> <input type="text" id="feedback_subject">
|
|
<label>Feedback: </label><textarea id="feedback_message"></textarea>
|
|
<input id="feedback_button" type="button" value="Submit">
|
|
</form>
|
|
</div>
|