Commit 74d87db9 authored by Phil Hughes's avatar Phil Hughes

changed bind to on for activity link click event

parent b82569e5
class @Activities
constructor: ->
Pager.init 20, true
$(".event-filter-link").bind "click", (event) =>
$(".event-filter-link").on "click", (event) =>
event.preventDefault()
@toggleFilter($(event.currentTarget))
@reloadActivities()
......
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