Merge branch 'master' into production

This commit is contained in:
Michael Schmatz 2014-07-08 10:43:47 -07:00
commit e0c215ecad

View file

@ -300,7 +300,9 @@ module.exports = class EmployersView extends View
8: 8:
'': filterSelectExactMatch '': filterSelectExactMatch
'': filterSelectExactMatch '': filterSelectExactMatch
logoutAccount: ->
window.location.hash = ''
super()
onCandidateClicked: (e) -> onCandidateClicked: (e) ->
id = $(e.target).closest('tr').data('candidate-id') id = $(e.target).closest('tr').data('candidate-id')
if id and (@isEmployer() or me.isAdmin()) if id and (@isEmployer() or me.isAdmin())