closes #3112
[arvados.git] / apps / workbench / app / views / application / report_issue_popup.js.erb
index 513bf7db6593badb28954be9e90cf55324cc1665..5c15db3d712425208353fd58647ff7b68f4f3c87 100644 (file)
@@ -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');