##// END OF EJS Templates
comments: send more information with comment_form_built event
ergo -
r453:f10fca48 default
parent child Browse files
Show More
@@ -212,7 +212,9 b' var injectInlineForm = function(tr){'
212 212
213 213 $.Topic('/ui/plugins/code/comment_form_built').prepareOrPublish({
214 214 form:_form,
215 parent:_parent}
215 parent:_parent,
216 lineno: lineno,
217 f_path: f_path}
216 218 );
217 219 };
218 220
General Comments 0
You need to be logged in to leave comments. Login now