mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 11:58:10 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
e0c215ecad
1 changed files with 3 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue