# HG changeset patch # User Jan Heylen # Date 2015-06-08 06:46:48 # Node ID 53d68f201e4602d3f2ccfcd27107d2ebea2deea2 # Parent 0e2d450feb031df599543d62a0245c453e58c3e0 comments: relink the previous and next links as soon as a comment is submitted diff --git a/kallithea/public/js/base.js b/kallithea/public/js/base.js --- a/kallithea/public/js/base.js +++ b/kallithea/public/js/base.js @@ -685,6 +685,7 @@ var injectInlineForm = function(tr){ $tr.removeClass('form-open'); $form.remove(); _renderInlineComment(json_data); + linkInlineComments($('.firstlink'), $('.comment')); }; var postData = { 'text': text,