Commit f5a62835bb43a3cae325337b84813225b67e7651

Authored by Riyad Preukschas
1 parent 3bcc39b4

Fix completion for per line forms

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notes/_common_form.html.haml
... ... @@ -41,7 +41,7 @@
41 41 $(function(){
42 42 var names = #{@project.users.pluck(:name)}, emoji = ['+1', '-1'];
43 43 var emoji = $.map(emoji, function(value, i) {return {key:value + ':', name:value}});
44   - $('#note_note').
  44 + $('#note_note, .per_line_form .line-note-text').
45 45 atWho('@', { data: names }).
46 46 atWho(':', {
47 47 data: emoji,
... ...