# HG changeset patch # User neko259 # Date 2014-10-26 16:59:28 # Node ID 7e00dc3329b0a15c04292a4e741ae5f0dc960b2c # Parent a65846d0ae9a942ec7744784c1709080be08a064 Scroll to bottom after posting diff --git a/boards/static/js/thread_update.js b/boards/static/js/thread_update.js --- a/boards/static/js/thread_update.js +++ b/boards/static/js/thread_update.js @@ -230,6 +230,8 @@ function updateOnPost(response, statusTe showAsErrors(form, error); } } + + scrollToBottom(); } /**