We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10544d commit b42acc4Copy full SHA for b42acc4
app/pods/components/intermediate-contest-view/component.js
@@ -117,6 +117,6 @@ export default class IntermediateContestComponent extends Component {
117
}
118
119
@action async openTestInNewWindow() {
120
- window.open(`${ENV.publicUrl}/contests/${this.contest.id}/attempt/`, 'popup')
+ window.open(`${ENV.publicUrl}/contests/${this.contest.id}/attempt/`, '_blank', 'popup')
121
122
app/pods/contests/contest/index/controller.js
@@ -62,6 +62,6 @@ export default class IndexController extends Controller {
62
63
@action
64
onAfterCreate() {
65
66
67
0 commit comments