mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
Open candidates in new tab
This commit is contained in:
parent
9f9d651b3b
commit
19a637aaa4
1 changed files with 1 additions and 1 deletions
|
@ -185,6 +185,6 @@ module.exports = class EmployersView extends View
|
||||||
else
|
else
|
||||||
window.location.hash = id
|
window.location.hash = id
|
||||||
url = "/account/profile/#{id}"
|
url = "/account/profile/#{id}"
|
||||||
app.router.navigate url, {trigger: true}
|
window.open url,"_blank"
|
||||||
else
|
else
|
||||||
@openModalView new EmployerSignupView
|
@openModalView new EmployerSignupView
|
||||||
|
|
Loading…
Reference in a new issue