Changeset - 53d68f201e46
[Not reviewed]
default
0 1 0
Jan Heylen - 10 years ago 2015-06-08 06:46:48
heyleke@gmail.com
comments: relink the previous and next links as soon as a comment is submitted
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/js/base.js
Show inline comments
 
@@ -685,6 +685,7 @@ var injectInlineForm = function(tr){
 
            $tr.removeClass('form-open');
 
            $form.remove();
 
            _renderInlineComment(json_data);
 
            linkInlineComments($('.firstlink'), $('.comment'));
 
        };
 
        var postData = {
 
                'text': text,
0 comments (0 inline, 0 general)