Merge branch 'master' into 3112-report-bug
[arvados.git] / apps / workbench / app / views / application / report_issue_popup.js.erb
1 $("#report-issue-modal-window").html("<%= escape_javascript(render partial: 'report_issue_popup') %>");
2
3 // reset form input fields, for the next time around
4 function reset_form() {
5   $('#report_issue_text').val("");
6   $('#additional_info').val("");
7 }