[PATCH] frontend: on comment, relink the next previous comments links

Jan Heylen heyleke at gmail.com
Mon Jun 8 00:53:22 EDT 2015


# HG changeset patch
# User Jan Heylen <heyleke at gmail.com>
# Date 1433738808 -7200
#      Mon Jun 08 06:46:48 2015 +0200
# Node ID 51305df377bcb5062497a9e944802d4aeb7ed44b
# Parent  d7f13c2a28bacccdab00745a8dccf39fa4c40e31
frontend: on comment, relink the next previous comments links

diff -r d7f13c2a28ba -r 51305df377bc kallithea/public/js/base.js
--- a/kallithea/public/js/base.js	Mon Jun 01 17:40:31 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,


More information about the kallithea-general mailing list