Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ViditChitkara committed Jun 17, 2018
1 parent eff6280 commit ade53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/comments/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
$("#text-input").prop('disabled',true)
$("#comment-form .btn-primary").button('loading',true);
});
<% emoji_names = get_emoji_names %>
<% emoji_names = emoji_names_list %>
<% emojis = emoji_names[:emojis] %>
<% image_map = emoji_names[:image_map] %>
var image_map = <%= raw image_map.to_json %>
Expand Down

0 comments on commit ade53b8

Please sign in to comment.