mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -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
|
||||
window.location.hash = id
|
||||
url = "/account/profile/#{id}"
|
||||
app.router.navigate url, {trigger: true}
|
||||
window.open url,"_blank"
|
||||
else
|
||||
@openModalView new EmployerSignupView
|
||||
|
|
Loading…
Reference in a new issue