6 lines
131 B
CoffeeScript
6 lines
131 B
CoffeeScript
App.Followable =
|
|
|
|
initialize: ->
|
|
$('.followable-content a[data-toggle]').on 'click', (event) ->
|
|
event.preventDefault()
|