Commit d8676f18 authored by Valery Sizov's avatar Valery Sizov Committed by Valery Sizov

fix

parent 2d1fcd80
......@@ -15,11 +15,10 @@
:coffeescript
post_emoji_url = "#{award_toggle_namespace_project_notes_path(@project.namespace, @project)}"
noteable_type = #{votable}
noteable_id = #{votable.id}
noteable_type = "#{votable.class}"
noteable_id = "#{votable.id}"
window.awards_handler = new AwardsHandler(post_emoji_url, noteable_type, noteable_id)
$ ->
$(".awards-menu li").click (e)->
emoji = $(this).data("emoji")
awards_handler.addAward(emoji)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment