Files
nairobi/app/assets/javascripts/followable.js.coffee
2017-07-07 13:38:52 +02:00

9 lines
225 B
CoffeeScript

App.Followable =
initialize: ->
$('.followable-content a[data-toggle]').on 'click', (event) ->
event.preventDefault()
update: (followable_id, button) ->
$("#" + followable_id + " .js-follow").html(button)