提交 74d87db9 编写于 作者: P Phil Hughes

changed bind to on for activity link click event

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册