Files
grecia/app/assets/javascripts/followable.js.coffee
Senén Rodero Rodríguez 95630d6546 Add comment to temporary bugfix.
2017-07-10 12:46:31 +02:00

11 lines
347 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)
# Temporary line. Waiting for issue resolution: https://github.com/consul/consul/issues/1736
initialize_modules()