From 12d1c81f4b6356fd471563d8b11f7b4f8f75f66c Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Sun, 19 Feb 2023 08:44:45 +0000 Subject: [PATCH] Post comments: jump to comments after click button for view entire discussion (#124) Kindly, $title Whenever we click the "view entire discussion" we want to see more comments and not be sent to the top of the page. This PR fixes that by sending us to the dropdown sort button just above the comments section. Thanks, granny Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/124 Co-authored-by: mummified-corroding-granny Co-committed-by: mummified-corroding-granny --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index b74a03177..34665402c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -324,7 +324,7 @@ {{macros.comment_reply_box(p.fullname, 'comment-reply-' + p.fullname, subwrapper_css_classes='mb-3', enable_cancel_button=false)}} {% if comment_info %} - + {% endif %} {% if p.replies %}