diff --git a/public/views/gov-user-comments-extra-fields.js b/public/views/gov-user-comments-extra-fields.js index a164b57..d302437 100644 --- a/public/views/gov-user-comments-extra-fields.js +++ b/public/views/gov-user-comments-extra-fields.js @@ -6,10 +6,9 @@ modulejs.define("GovUserCommentsExtraFields", ['jquery','CreateInstitution'], fu function prepend_to_additional_information() { - var additional_information = $("#comments-additional-information"); var institution_comments = $("#input_institution_comments").remove(); - institution_comments.insertAfter(additional_information); + $(".comments-software-extra-fields").prepend(institution_comments); } diff --git a/views/comments_extra_field.html.erb b/views/comments_extra_field.html.erb index 3166b0f..2fd7ff3 100644 --- a/views/comments_extra_field.html.erb +++ b/views/comments_extra_field.html.erb @@ -1,6 +1,6 @@