changeset 5183:53d68f201e46

comments: relink the previous and next links as soon as a comment is submitted
author Jan Heylen <heyleke@gmail.com>
date Mon, 08 Jun 2015 06:46:48 +0200
parents 0e2d450feb03
children d91c4f0a470b
files kallithea/public/js/base.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/js/base.js	Tue Jun 09 22:53:24 2015 +0200
+++ b/kallithea/public/js/base.js	Mon Jun 08 06:46:48 2015 +0200
@@ -685,6 +685,7 @@
             $tr.removeClass('form-open');
             $form.remove();
             _renderInlineComment(json_data);
+            linkInlineComments($('.firstlink'), $('.comment'));
         };
         var postData = {
                 'text': text,