Files
grecia/app/assets/javascripts/followable.js.coffee
2017-07-19 17:51:45 +02:00

7 lines
233 B
CoffeeScript

App.Followable =
update: (followable_id, button) ->
$("#" + followable_id + " .js-follow").html(button)
# Temporary line. Waiting for issue resolution: https://github.com/consul/consul/issues/1736
initialize_modules()