comments: send more information with comment_form_built event
This commit is contained in:
parent
897af018aa
commit
9011be6e65
1 changed files with 3 additions and 1 deletions
|
|
@ -212,7 +212,9 @@ var injectInlineForm = function(tr){
|
|||
|
||||
$.Topic('/ui/plugins/code/comment_form_built').prepareOrPublish({
|
||||
form:_form,
|
||||
parent:_parent}
|
||||
parent:_parent,
|
||||
lineno: lineno,
|
||||
f_path: f_path}
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue