diff --git a/app/views/employers_view.coffee b/app/views/employers_view.coffee index 984e18365..c611c60f0 100644 --- a/app/views/employers_view.coffee +++ b/app/views/employers_view.coffee @@ -300,7 +300,9 @@ module.exports = class EmployersView extends View 8: '✓': filterSelectExactMatch '✗': filterSelectExactMatch - + logoutAccount: -> + window.location.hash = '' + super() onCandidateClicked: (e) -> id = $(e.target).closest('tr').data('candidate-id') if id and (@isEmployer() or me.isAdmin())