diff --git a/js/ajax.js b/js/ajax.js index d90af383..11c49ea7 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -105,9 +105,10 @@ $(window).ready(function() { } }); - highlightReply(post_response.id); - window.location.hash = post_response.id; - $(window).scrollTop($('div.post#reply_' + post_response.id).offset().top); + // Jump down to new post. + //highlightReply(post_response.id); + //window.location.hash = post_response.id; + //$(window).scrollTop($('div.post#reply_' + post_response.id).offset().top); $(form).find('input[type="submit"]').val(submit_txt); $(form).find('input[type="submit"]').removeAttr('disabled');