# HG changeset patch
# User Jan Heylen <[email protected]>
# 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,
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to