Fix bug with sorting discussion forums (event was not being passed into the event handler).

This commit is contained in:
Ibrahim Awwal
2012-08-27 12:59:07 -07:00
parent b9f929ff30
commit 773a32e39f

View File

@@ -169,7 +169,7 @@ if Backbone?
url = URI($elem.attr("action")).addSearch({text: @$(".search-input").val()})
@reload($elem, url)
sort: ->
sort: (event) ->
$elem = $(event.target)
url = $elem.attr("sort-url")
@reload($elem, url)