X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97e3a42d5041515e4c135220b1836805e76a2d94..183bdcd6c6b2c54f8f2558fbdb6bec974c1d16e4:/apps/workbench/app/views/application/report_issue_popup.js.erb diff --git a/apps/workbench/app/views/application/report_issue_popup.js.erb b/apps/workbench/app/views/application/report_issue_popup.js.erb index 513bf7db65..5c15db3d71 100644 --- a/apps/workbench/app/views/application/report_issue_popup.js.erb +++ b/apps/workbench/app/views/application/report_issue_popup.js.erb @@ -1,7 +1,2 @@ $("#report-issue-modal-window").html("<%= escape_javascript(render partial: 'report_issue_popup') %>"); - -// reset form input fields, for the next time around -function reset_form() { - $('#report_text').val(""); - $('#additional_info').val(""); -} +$("#report-issue-modal-window .modal").modal('show');