Changeset - 4ead043c3349
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-11-29 08:04:48
trot.thunder@gmail.com
javascripts: replace YUI with jquery in kallithea/templates/changeset/changeset.html
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changeset/changeset.html
Show inline comments
 
@@ -202,7 +202,7 @@ ${self.repo_context_bar('changelog', c.c
 
          });
 

	
 
          // inject comments into they proper positions
 
          var file_comments = YUQ('.inline-comment-placeholder');
 
          var file_comments = $('.inline-comment-placeholder').toArray();
 
          renderInlineComments(file_comments);
 

	
 
          linkInlineComments(document.getElementsByClassName('firstlink'), document.getElementsByClassName("inline-comment"));
0 comments (0 inline, 0 general)