Scroll to top of textarea when clicking a message to use when

completing a review.
 - Legacy-Id: 12164
This commit is contained in:
Ole Laursen 2016-10-17 21:30:34 +00:00
parent e11a911d86
commit ed8f35e5a9

View file

@ -98,7 +98,7 @@ $(document).ready(function () {
row = row.closest(".mail-archive-search-result");
form.find("[name=review_url]").val(row.data("url"));
form.find("[name=review_content]").val(row.data("content"));
form.find("[name=review_content]").val(row.data("content")).prop("scrollTop", 0);
});