diff --git a/templates/main.js b/templates/main.js index 5128776e..45508c9d 100644 --- a/templates/main.js +++ b/templates/main.js @@ -155,6 +155,7 @@ function highlightReply(id) { var post = document.getElementById('reply_'+id); if (post) post.className += ' highlighted'; + window.location.hash = id; } return false; }